[llvm-commits] [llvm] r106599 - /llvm/trunk/test/CodeGen/X86/optimize-max-3.ll

Dan Gohman gohman at apple.com
Tue Jun 22 16:32:47 PDT 2010


Author: djg
Date: Tue Jun 22 18:32:47 2010
New Revision: 106599

URL: http://llvm.org/viewvc/llvm-project?rev=106599&view=rev
Log:
Loosen up this test so that it doesn't depend as much on register
allocation details.

Modified:
    llvm/trunk/test/CodeGen/X86/optimize-max-3.ll

Modified: llvm/trunk/test/CodeGen/X86/optimize-max-3.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/optimize-max-3.ll?rev=106599&r1=106598&r2=106599&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/optimize-max-3.ll (original)
+++ llvm/trunk/test/CodeGen/X86/optimize-max-3.ll Tue Jun 22 18:32:47 2010
@@ -39,7 +39,8 @@
 ;      CHECK: _Z18GenerateStatusPagei:
 
 ;      CHECK:         jle
-; CHECK-NEXT:         xorl    %edi, %edi
+;  CHECK-NOT:         cmov
+;      CHECK:         xorl    %edi, %edi
 ; CHECK-NEXT:         align
 ; CHECK-NEXT: BB1_2:
 ; CHECK-NEXT:         callq





More information about the llvm-commits mailing list