diff options
author | Ayman Musa <ayman.musa@intel.com> | 2017-09-03 15:06:26 +0000 |
---|---|---|
committer | Ayman Musa <ayman.musa@intel.com> | 2017-09-03 15:06:26 +0000 |
commit | 2927ea0b19bcaba9f1754fc2367d6acdfb25df76 (patch) | |
tree | eacd36a93dcf8e8048b548a06c17a8e6e5609249 /llvm/test/CodeGen/X86/avx512-shuffles/broadcast-scalar-int.ll | |
parent | ef8f61bce6687c86e2abfcb943a7f5f29ec1911a (diff) | |
download | bcm5719-llvm-2927ea0b19bcaba9f1754fc2367d6acdfb25df76.tar.gz bcm5719-llvm-2927ea0b19bcaba9f1754fc2367d6acdfb25df76.zip |
[X86] Add -mtriple option to LIT tests added in https://reviews.llvm.org/rL312442
llvm-svn: 312443
Diffstat (limited to 'llvm/test/CodeGen/X86/avx512-shuffles/broadcast-scalar-int.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/avx512-shuffles/broadcast-scalar-int.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/avx512-shuffles/broadcast-scalar-int.ll b/llvm/test/CodeGen/X86/avx512-shuffles/broadcast-scalar-int.ll index f0bbcba5598..920aba6e623 100644 --- a/llvm/test/CodeGen/X86/avx512-shuffles/broadcast-scalar-int.ll +++ b/llvm/test/CodeGen/X86/avx512-shuffles/broadcast-scalar-int.ll @@ -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: |