[llvm] r214629 - [x86] Give this test a bare metal triple so it doesn't use the weird

Chandler Carruth chandlerc at gmail.com
Sat Aug 2 04:17:41 PDT 2014


Author: chandlerc
Date: Sat Aug  2 06:17:41 2014
New Revision: 214629

URL: http://llvm.org/viewvc/llvm-project?rev=214629&view=rev
Log:
[x86] Give this test a bare metal triple so it doesn't use the weird
Darwin x86 asm comment prefix designed to work around GAS on that
platform. That makes the comment-matching of the test much more stable.

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

Modified: llvm/trunk/test/CodeGen/X86/vec_splat-3.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_splat-3.ll?rev=214629&r1=214628&r2=214629&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_splat-3.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_splat-3.ll Sat Aug  2 06:17:41 2014
@@ -1,4 +1,4 @@
-; RUN: llc <%s -march=x86 -mcpu=penryn -mattr=sse4.1 | FileCheck %s
+; RUN: llc <%s -mtriple=i686-unknown-unknown -mcpu=penryn -mattr=sse4.1 | FileCheck %s
 
 ; Splat test for v8i16
 define <8 x i16> @shuf_8i16_0(<8 x i16> %T0, <8 x i16> %T1) nounwind readnone {





More information about the llvm-commits mailing list