[llvm-commits] [llvm] r151053 - /llvm/trunk/test/CodeGen/X86/2012-02-20-MachineCPBug.ll

NAKAMURA Takumi geek4civic at gmail.com
Tue Feb 21 03:56:42 PST 2012


Author: chapuni
Date: Tue Feb 21 05:56:42 2012
New Revision: 151053

URL: http://llvm.org/viewvc/llvm-project?rev=151053&view=rev
Log:
test/CodeGen/X86/2012-02-20-MachineCPBug.ll: Fix on generic(non-x86) hosts to add -mattr=+sse.

Modified:
    llvm/trunk/test/CodeGen/X86/2012-02-20-MachineCPBug.ll

Modified: llvm/trunk/test/CodeGen/X86/2012-02-20-MachineCPBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2012-02-20-MachineCPBug.ll?rev=151053&r1=151052&r2=151053&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2012-02-20-MachineCPBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2012-02-20-MachineCPBug.ll Tue Feb 21 05:56:42 2012
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i386-apple-macosx | FileCheck %s
+; RUN: llc < %s -mtriple=i386-apple-macosx -mattr=+sse | FileCheck %s
 ; PR11940: Do not optimize away movb %al, %ch
 
 %struct.APInt = type { i64* }





More information about the llvm-commits mailing list