[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / CodeGen / AMDGPU / coalescer-subranges-prune-kill-copy.mir
blob919a7b10ec6c50c5ec09e41aa9b2dc13e9a798cf
1 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2 # RUN: llc -march=amdgcn -mcpu=gfx900 -verify-machineinstrs -run-pass=simple-register-coalescing -o - %s | FileCheck -check-prefix=GCN %s
4 # Test used to crash with message:
5 # JoinVals::ConflictResolution (anonymous namespace)::JoinVals::analyzeValue(unsigned int, (anonymous namespace)::JoinVals &): Assertion `DefMI != nullptr' failed
7 ---
8 name:            test
9 tracksRegLiveness: true
10 body:             |
11   ; GCN-LABEL: name: test
12   ; GCN: bb.0:
13   ; GCN:   successors: %bb.2(0x80000000)
14   ; GCN:   undef %1.sub0:vreg_128 = IMPLICIT_DEF
15   ; GCN:   %1.sub1:vreg_128 = IMPLICIT_DEF
16   ; GCN:   S_BRANCH %bb.2
17   ; GCN: bb.1:
18   ; GCN:   successors: %bb.2(0x80000000)
19   ; GCN:   [[DEF:%[0-9]+]]:vreg_128 = IMPLICIT_DEF
20   ; GCN: bb.2:
21   ; GCN:   [[DEF]].sub2:vreg_128 = COPY undef %3:sreg_32
22   ; GCN:   S_ENDPGM 0, implicit [[DEF]]
23   bb.0:
24     undef %0.sub0:vreg_128 = IMPLICIT_DEF
25     %0.sub1:vreg_128 = IMPLICIT_DEF
26     %1:vreg_128 = COPY %0
27     %2:vreg_128 = COPY killed %0
28     S_BRANCH %bb.2
30   bb.1:
31     %1:vreg_128 = COPY killed undef %1
33   bb.2:
34     %1.sub2:vreg_128 = COPY undef %3:sreg_32
35     %2:vreg_128 = COPY killed %1
36     %4:vreg_128 = COPY killed %2
37     S_ENDPGM 0, implicit killed %4
39 ...