[SandboxVec][BottomUpVec] Fix packing when PHIs are present (#124206)
[llvm-project.git] / llvm / test / CodeGen / Hexagon / swp-ws-fail-1.mir
blob5fecedd3c40b8ed049b00a8026262ce7391d263a
1 # REQUIRES: asserts
2 # RUN: llc --mtriple=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: [[REG:%[0-9]+]]:intregs = PHI {{%[0-9]+}}, %bb.1, {{%[0-9]+}}, %bb.3
11 # CHECK: {{%[0-9]+}}:intregs = PHI {{%[0-9]+}}, %bb.1, [[REG]], %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
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
28   bb.1:
29     successors: %bb.3(0x80000000)
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
38   bb.2:
39     PS_jmpret $r31, implicit-def dead $pc
41   bb.3 (machine-block-address-taken):
42     successors: %bb.3(0x7c000000), %bb.2(0x04000000)
44     %8:intregs = PHI %1, %bb.1, %9, %bb.3
45     %10:intregs = PHI %0, %bb.1, %8, %bb.3
46     %11:hvxvr, %9:intregs = V6_vL32b_pi %8, 128
47     %12:hvxvr = V6_vmaxw killed %11, %4
48     %13:intregs = V6_vS32b_pi %10, 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
51 ...