[llvm-commits] [llvm] r79118 - /llvm/trunk/test/CodeGen/X86/sse3.ll

Chris Lattner sabre at nondot.org
Sat Aug 15 10:35:06 PDT 2009


Author: lattner
Date: Sat Aug 15 12:35:05 2009
New Revision: 79118

URL: http://llvm.org/viewvc/llvm-project?rev=79118&view=rev
Log:
specify a target triple so global variable manglings are consistent etc.

Modified:
    llvm/trunk/test/CodeGen/X86/sse3.ll

Modified: llvm/trunk/test/CodeGen/X86/sse3.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/sse3.ll?rev=79118&r1=79117&r2=79118&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/sse3.ll (original)
+++ llvm/trunk/test/CodeGen/X86/sse3.ll Sat Aug 15 12:35:05 2009
@@ -1,6 +1,7 @@
 ; These are tests for SSE3 codegen.  Yonah has SSE3 and earlier but not SSSE3+.
 
-; RUN: llvm-as < %s | llc -march=x86-64 -mcpu=yonah | FileCheck %s --check-prefix=X64
+; RUN: llvm-as < %s | llc -march=x86-64 -mcpu=yonah -mtriple=i686-apple-darwin9\
+; RUN:              | FileCheck %s --check-prefix=X64
 
 ; Test for v8xi16 lowering where we extract the first element of the vector and
 ; placed it in the second element of the result.





More information about the llvm-commits mailing list