Attempting to work around a non-determinism issue.

The main thing that matters with this test is that the COPYs
are moved together not where the REG_SEQUENCES are.

llvm-svn: 329850
This commit is contained in:
Puyan Lotfi 2018-04-11 20:29:32 +00:00
parent 149d4d3730
commit 0cba63c064
1 changed files with 0 additions and 2 deletions

View 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
...
---