[x86] Add two more triples to stabilize the precise assembly syntax
authorChandler Carruth <chandlerc@gmail.com>
Fri, 3 Oct 2014 09:43:23 +0000 (09:43 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 3 Oct 2014 09:43:23 +0000 (09:43 +0000)
across platforms.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218973 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vector-idiv.ll
test/CodeGen/X86/widen_shuffle-1.ll

index 500caab9ae2a848610956f7a38f318d34a07b6c9..bad1fa7643e63cd725506acc3a7c5117517c3a19 100644 (file)
@@ -2,6 +2,8 @@
 ; RUN: llc -march=x86-64 -mcpu=core2 < %s | FileCheck %s --check-prefix=SSE
 ; RUN: llc -march=x86-64 -mcpu=core-avx2 < %s | FileCheck %s --check-prefix=AVX
 
+target triple = "x86_64-unknown-unknown"
+
 define <4 x i32> @test1(<4 x i32> %a) {
 ; SSE41-LABEL: test1:
 ; SSE41:       # BB#0:
index 219db9000b5104efb2387be5aafad4e60bc2f104..595f346e408722b72d5f5e536e9688cfd00ad2af 100644 (file)
@@ -1,5 +1,7 @@
 ; RUN: llc < %s -march=x86 -mattr=+sse4.2 | FileCheck %s
 
+target triple = "x86_64-unknown-unknown"
+
 ; widening shuffle v3float and then a add
 define void @shuf(<3 x float>* %dst.addr, <3 x float> %src1,<3 x float> %src2) nounwind {
 ; CHECK-LABEL: shuf: