[llvm-commits] [llvm] r108319 - /llvm/trunk/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll

Evan Cheng evan.cheng at apple.com
Tue Jul 13 22:49:23 PDT 2010


Author: evancheng
Date: Wed Jul 14 00:49:23 2010
New Revision: 108319

URL: http://llvm.org/viewvc/llvm-project?rev=108319&view=rev
Log:
Re-enable the test with fix.

Modified:
    llvm/trunk/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll

Modified: llvm/trunk/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll?rev=108319&r1=108318&r2=108319&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll Wed Jul 14 00:49:23 2010
@@ -1,6 +1,5 @@
-; RUN: true
-; llc < %s -march=x86-64 -mattr=+sse3 -stats |& grep {7 machine-licm}
-; llc < %s -march=x86-64 -mattr=+sse3 | FileCheck %s
+; RUN: llc < %s -march=x86-64 -mattr=+sse3,+sse41 -stats |& grep {7 machine-licm}
+; RUN: llc < %s -march=x86-64 -mattr=+sse3,+sse41 | FileCheck %s
 ; rdar://6627786
 ; rdar://7792037
 





More information about the llvm-commits mailing list