File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2
2
# RUN: llc -mtriple powerpc64le-unknown-linux-gnu -mcpu=pwr8 -x mir < %s \
3
3
# RUN: -verify-coalescing --run-pass=register-coalescer -o - | FileCheck %s
4
4
5
+ # Check that the register coalescer correctly handles merging live ranges over
6
+ # SUBREG_TO_REG on PowerPC. The -verify-coalescing option will give an error if
7
+ # this is incorrect.
8
+
5
9
---
6
10
name : check_subregs
7
11
alignment : 16
Original file line number Diff line number Diff line change 3
3
# RUN: -verify-coalescing -enable-subreg-liveness=true \
4
4
# RUN: --run-pass=register-coalescer -o - | FileCheck %s
5
5
6
+ # Check that the register coalescer correctly handles merging live ranges over
7
+ # SUBREG_TO_REG on X86. The -verify-coalescing option will give an error if
8
+ # this is incorrect.
9
+
6
10
---
7
11
name : test1
8
12
alignment : 16
You can’t perform that action at this time.
0 commit comments