[llvm-commits] [llvm] r94989 - /llvm/trunk/test/CodeGen/X86/2009-09-07-CoalescerBug.ll
Dan Gohman
gohman at apple.com
Mon Feb 1 11:00:32 PST 2010
Author: djg
Date: Mon Feb 1 13:00:32 2010
New Revision: 94989
URL: http://llvm.org/viewvc/llvm-project?rev=94989&view=rev
Log:
Update this test for a trivial register allocation difference.
Modified:
llvm/trunk/test/CodeGen/X86/2009-09-07-CoalescerBug.ll
Modified: llvm/trunk/test/CodeGen/X86/2009-09-07-CoalescerBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2009-09-07-CoalescerBug.ll?rev=94989&r1=94988&r2=94989&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2009-09-07-CoalescerBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2009-09-07-CoalescerBug.ll Mon Feb 1 13:00:32 2010
@@ -8,8 +8,8 @@
define i64 @hammer_time(i64 %modulep, i64 %physfree) nounwind ssp noredzone noimplicitfloat {
; CHECK: hammer_time:
; CHECK: movq $Xrsvd, %rax
+; CHECK: movq $Xrsvd, %rsi
; CHECK: movq $Xrsvd, %rdi
-; CHECK: movq $Xrsvd, %r8
entry:
br i1 undef, label %if.then, label %if.end
More information about the llvm-commits
mailing list