Use new CHECK-DAG support to stabilize CodeGen/PowerPC/recipest.ll
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Thu, 16 May 2013 16:15:18 +0000 (16:15 +0000)
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>
Thu, 16 May 2013 16:15:18 +0000 (16:15 +0000)
commit0d6423b4762be62966c1941738f5284e35c93b65
treedb702d5a6906eb7d5c4799f57c993e736d4f88fc
parent8da0cebc9215e13bd5c71115b7d889deac7ebf7b
Use new CHECK-DAG support to stabilize CodeGen/PowerPC/recipest.ll

While testing some experimental code to add vector-scalar registers to
PowerPC, I noticed that a couple of independent instructions were
flipped by the scheduler.  The new CHECK-DAG support is perfect for
avoiding this problem.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182020 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/PowerPC/recipest.ll