Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Hexagon / swp-ws-fail-3.mir
blobb56c69d4e352fbe2712f0799be2da6598e39310e
1 # REQUIRES: asserts
2 # RUN: llc --march=hexagon %s -run-pass=pipeliner -debug-only=pipeliner \
3 # RUN: -window-sched=force -filetype=null -verify-machineinstrs 2>&1 \
4 # RUN: | FileCheck %s
6 # CHECK: Loop carried phis are not supported yet!
7 # CHECK: The WindowScheduler failed to initialize!
8 # CHECK-LABEL: body:             |
9 # CHECK: bb.3 (machine-block-address-taken):
10 # CHECK: {{%[0-9]+}}:intregs = PHI {{%[0-9]+}}, %bb.1, [[REG:%[0-9]+]], %bb.3
11 # CHECK: [[REG]]:intregs = PHI {{%[0-9]+}}, %bb.1, {{%[0-9]+}}, %bb.3
13 ---
14 name:            relu
15 tracksRegLiveness: true
16 body:             |
17   bb.0:
18     successors: %bb.2(0x30000000), %bb.1(0x50000000)
19     liveins: $r0, $r1, $r2
20   
21     %0:intregs = COPY $r2
22     %1:intregs = COPY $r1
23     %2:intregs = COPY $r0
24     %3:predregs = C2_cmpeqi %2, 0
25     J2_jumpt killed %3, %bb.2, implicit-def dead $pc
26     J2_jump %bb.1, implicit-def dead $pc
27   
28   bb.1:
29     successors: %bb.3(0x80000000)
30   
31     %4:hvxvr = V6_vd0
32     %5:intregs = A2_addi %2, 31
33     %6:intregs = S2_lsr_i_r %5, 5
34     %7:intregs = COPY %6
35     J2_loop0r %bb.3, %7, implicit-def $lc0, implicit-def $sa0, implicit-def $usr
36     J2_jump %bb.3, implicit-def dead $pc
37   
38   bb.2:
39     PS_jmpret $r31, implicit-def dead $pc
40   
41   bb.3 (machine-block-address-taken):
42     successors: %bb.3(0x7c000000), %bb.2(0x04000000)
43   
44     %8:intregs = PHI %0, %bb.1, %9, %bb.3
45     %9:intregs = PHI %1, %bb.1, %10, %bb.3
46     %11:hvxvr, %10:intregs = V6_vL32b_pi %9, 128
47     %12:hvxvr = V6_vmaxw killed %11, %4
48     %13:intregs = V6_vS32b_pi %8, 128, killed %12
49     ENDLOOP0 %bb.3, implicit-def $pc, implicit-def $lc0, implicit $sa0, implicit $lc0
50     J2_jump %bb.2, implicit-def dead $pc
52 ...