]> granicus.if.org Git - llvm/commitdiff
[X86] Add -mtriple option to LIT tests added in https://reviews.llvm.org/rL312442
authorAyman Musa <ayman.musa@intel.com>
Sun, 3 Sep 2017 15:06:26 +0000 (15:06 +0000)
committerAyman Musa <ayman.musa@intel.com>
Sun, 3 Sep 2017 15:06:26 +0000 (15:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312443 91177308-0d34-0410-b5e6-96231b3b80d8

13 files changed:
test/CodeGen/X86/avx512-shuffles/broadcast-scalar-fp.ll
test/CodeGen/X86/avx512-shuffles/broadcast-scalar-int.ll
test/CodeGen/X86/avx512-shuffles/broadcast-vector-fp.ll
test/CodeGen/X86/avx512-shuffles/broadcast-vector-int.ll
test/CodeGen/X86/avx512-shuffles/duplicate-high.ll
test/CodeGen/X86/avx512-shuffles/duplicate-low.ll
test/CodeGen/X86/avx512-shuffles/in_lane_permute.ll
test/CodeGen/X86/avx512-shuffles/partial_permute.ll
test/CodeGen/X86/avx512-shuffles/permute.ll
test/CodeGen/X86/avx512-shuffles/shuffle-interleave.ll
test/CodeGen/X86/avx512-shuffles/shuffle-vec.ll
test/CodeGen/X86/avx512-shuffles/shuffle.ll
test/CodeGen/X86/avx512-shuffles/unpack.ll

index 46349931bf15856dea03b7f191e57b529013c6fb..81bf7ea14530f5994ed7512d0060feb96f470842 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mcpu=skx %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=skx %s -o - | FileCheck %s
 
 define <4 x double> @test_double_to_4(double %s) {
 ; CHECK-LABEL: test_double_to_4:
index f0bbcba55987428730a9e7505807b7d712415f24..920aba6e623a6747ffbfb0c984b59bda67d3f4e9 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mcpu=skx %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=skx %s -o - | FileCheck %s
 
 define <16 x i8> @test_i8_to_16(i8 %s) {
 ; CHECK-LABEL: test_i8_to_16:
index 8a5584bc917ad0371703437f2fc04d261a86021b..dd5adb384317a156ef3c259bfa677b74b330e80d 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mcpu=skx %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=skx %s -o - | FileCheck %s
 
 define <8 x float> @test_2xfloat_to_8xfloat(<8 x float> %vec) {
 ; CHECK-LABEL: test_2xfloat_to_8xfloat:
index 0b0dfa878fcd3b17e0ebebf5771286193520c8ff..bc911050d78b084aa9ed12830cd38404855440c5 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mcpu=skx %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=skx %s -o - | FileCheck %s
 
 ; FIXME: fixing PR34394 should fix the i32x2 memory cases resulting in a simple vbroadcasti32x2 instruction.
 
index d94db336274fc4ef21b4d8e21686b035cb7ca5b2..dce20fe92f08c41e51e3b7de728268fb8fc427c5 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mcpu=skx %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=skx %s -o - | FileCheck %s
 
 define <4 x float> @test_4xfloat_dup_high(<4 x float> %vec) {
 ; CHECK-LABEL: test_4xfloat_dup_high:
index 8da48ea5ada744c2755ce6bc55f19519992271ff..5f4e32366576d9bbaf71795cb8597b0712095502 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mcpu=skx %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=skx %s -o - | FileCheck %s
 
 define <2 x double> @test_2xdouble_dup_low(<2 x double> %vec) {
 ; CHECK-LABEL: test_2xdouble_dup_low:
index 8803ba9c7a8cef6d811631094165c98571ab9b74..05b3df02acf2f9f2f774a39f1d8dc394dd388caf 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mcpu=skx %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=skx %s -o - | FileCheck %s
 
 ; FIXME: The non immediate <16 x float> test cases should be fixed by PR34382
 
index 01e795a3c4f9267bac9031aaf4285cd39ca5b842..4966a6c27ff670133f128eba53871d37cc95e57a 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mcpu=skx %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=skx %s -o - | FileCheck %s
 
 ; FIXME: All cases here should be fixed by PR34380
 
index 47725ca1630cb8a9221e860ecede6e5493941be9..e13390facbd1282e2078ef0b309606d2f20f7f2d 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mcpu=skx %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=skx %s -o - | FileCheck %s
 
 define <16 x i16> @test_16xi16_perm_mask0(<16 x i16> %vec) {
 ; CHECK-LABEL: test_16xi16_perm_mask0:
index a1afe31b93b794c832b98b1e48f747c3b5919082..aab0c6827a7148d1f010193c0172141cb056cd43 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mcpu=skx %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=skx %s -o - | FileCheck %s
 
 define <4 x float> @test_4xfloat_shuff_mask0(<4 x float> %vec1, <4 x float> %vec2) {
 ; CHECK-LABEL: test_4xfloat_shuff_mask0:
index b4e762e43d49bc7af08f951ad42cf2b09ca98aa1..674d039999f68533a8d017210d962873af30d397 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mcpu=skx %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=skx %s -o - | FileCheck %s
 
 ; FIXME: 128-bit shuffles of 256-bit vectors cases should be fixed by PR34359
 
index 1668d3c6d66525f17da26f4fcf84612b297116f1..f0194414998341e4fd38fbd921ec634c6b209630 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mcpu=skx %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=skx %s -o - | FileCheck %s
 
 define <16 x i8> @test_16xi8_perm_mask0(<16 x i8> %vec) {
 ; CHECK-LABEL: test_16xi8_perm_mask0:
index 3e77390fe052e06038e193bc67173d534c3937de..14379295857053f48ee4a76fea79a0a9e4692331 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mcpu=skx %s -o - | FileCheck %s
+; RUN: llc -mtriple=x86_64-unknown-linux-gnu -mcpu=skx %s -o - | FileCheck %s
 
 define <4 x float> @test_4xfloat_unpack_low_mask0(<4 x float> %vec1, <4 x float> %vec2) {
 ; CHECK-LABEL: test_4xfloat_unpack_low_mask0: