Attempting to work around a non-determinism issue.
authorPuyan Lotfi <puyan@puyan.org>
Wed, 11 Apr 2018 20:29:32 +0000 (20:29 +0000)
committerPuyan Lotfi <puyan@puyan.org>
Wed, 11 Apr 2018 20:29:32 +0000 (20:29 +0000)
The main thing that matters with this test is that the COPYs
are moved together not where the REG_SEQUENCES are.

llvm-svn: 329850

llvm/test/CodeGen/MIR/AMDGPU/mir-canon-multi.mir

index f78bdfc..337255a 100644 (file)
@@ -4,8 +4,6 @@
 # CHECK: %namedVReg1357:vgpr_32 = COPY %namedVReg4354
 # CHECK: %namedVReg1358:vgpr_32 = COPY %namedVReg1361
 # CHECK: %namedVReg1359:vgpr_32 = COPY %namedVReg1362
-# CHECK: REG_SEQUENCE %namedVReg1357, %subreg.sub0, %namedVReg1352, %subreg.sub1
-# CHECK: REG_SEQUENCE %namedVReg1357, %subreg.sub0, %namedVReg1352, %subreg.sub1, %namedVReg1358, %subreg.sub2, %namedVReg1359, %subreg.sub3
 
 ...
 ---