File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 1- # NOTE: Assertions have been autogenerated by utils/update_llc_test_checks .py UTC_ARGS: --version 5
1+ # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks .py UTC_ARGS: --version 5
22# RUN: llc %s -mtriple=riscv64 -run-pass=branch-relaxation -o - -verify-machineinstrs | FileCheck %s
33
44--- |
1010name : foo
1111tracksRegLiveness : true
1212body : |
13+ ; CHECK-LABEL: name: foo
14+ ; CHECK: bb.0:
15+ ; CHECK-NEXT: successors: %bb.2(0x80000000)
16+ ; CHECK-NEXT: liveins: $x1
17+ ; CHECK-NEXT: {{ $}}
18+ ; CHECK-NEXT: PseudoBR %bb.2
19+ ; CHECK-NEXT: {{ $}}
20+ ; CHECK-NEXT: bb.1:
21+ ; CHECK-NEXT: successors: %bb.2(0x80000000)
22+ ; CHECK-NEXT: liveins: $x1
23+ ; CHECK-NEXT: {{ $}}
24+ ; CHECK-NEXT: INLINEASM &".space 4096", 1 /* sideeffect attdialect */
25+ ; CHECK-NEXT: BGE $x1, $x0, %bb.2
26+ ; CHECK-NEXT: {{ $}}
27+ ; CHECK-NEXT: bb.2:
28+ ; CHECK-NEXT: PseudoRET
1329 bb.0:
1430 liveins: $x1
1531 BNE $x1, $x0, %bb.3
@@ -21,4 +37,3 @@ body: |
2137 bb.3:
2238 PseudoRET
2339# # NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
24- # CHECK: {{.*}}
You can’t perform that action at this time.
0 commit comments