[llvm-commits] [llvm] r107951 - /llvm/trunk/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Thu Jul 8 18:32:11 PDT 2010


Author: stoklund
Date: Thu Jul  8 20:32:11 2010
New Revision: 107951

URL: http://llvm.org/viewvc/llvm-project?rev=107951&view=rev
Log:
Fix test to be less sensitive of regalloc accidents

Modified:
    llvm/trunk/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll

Modified: llvm/trunk/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll?rev=107951&r1=107950&r2=107951&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/2010-06-29-PartialRedefFastAlloc.ll Thu Jul  8 20:32:11 2010
@@ -10,7 +10,7 @@
 ; %reg1028 gets allocated %Q0, and if %reg1030 is reloaded for the partial
 ; redef, it cannot also get %Q0.
 
-; CHECK: vld1.64 {d0, d1}, [r0]
+; CHECK: vld1.64 {d0, d1}, [r{{.}}]
 ; CHECK-NOT: vld1.64 {d0, d1}
 ; CHECK: vmov.f64 d3, d0
 





More information about the llvm-commits mailing list