[llvm-commits] [llvm] r54015 - /llvm/trunk/test/CodeGen/X86/remat-constant.ll

Dan Gohman gohman at apple.com
Fri Jul 25 08:25:43 PDT 2008


Author: djg
Date: Fri Jul 25 10:25:32 2008
New Revision: 54015

URL: http://llvm.org/viewvc/llvm-project?rev=54015&view=rev
Log:
This test needs -aggressive-remat enabled.

Modified:
    llvm/trunk/test/CodeGen/X86/remat-constant.ll

Modified: llvm/trunk/test/CodeGen/X86/remat-constant.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/remat-constant.ll?rev=54015&r1=54014&r2=54015&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/remat-constant.ll (original)
+++ llvm/trunk/test/CodeGen/X86/remat-constant.ll Fri Jul 25 10:25:32 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=static | grep xmm | count 2
+; RUN: llvm-as < %s | llc -march=x86-64 -relocation-model=static -aggressive-remat | grep xmm | count 2
 
 declare void @bar() nounwind
 





More information about the llvm-commits mailing list