forked from OSchip/llvm-project
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:
parent
149d4d3730
commit
0cba63c064
|
@ -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
|
||||
|
||||
...
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue