diff options
author | Craig Topper <craig.topper@intel.com> | 2018-04-17 17:30:06 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2018-04-17 17:30:06 +0000 |
commit | 0c47e8f37d19c87775a155560742c3649741b95e (patch) | |
tree | 88c0b9c72810c507a0d7e7e4f5b5b6ad8f97a119 /llvm/test/CodeGen/X86/pr36199.ll | |
parent | b3b87c3314d6ea5e1ba0104deede929dcf544f62 (diff) | |
download | bcm5719-llvm-0c47e8f37d19c87775a155560742c3649741b95e.tar.gz bcm5719-llvm-0c47e8f37d19c87775a155560742c3649741b95e.zip |
[X86] Remove -mcpu=skx/knl from some tests and use -mattr instead.
mcpu exposes other tuning flags. These tests are only trying to test instruction set features so it is better to use mattr.
llvm-svn: 330196
Diffstat (limited to 'llvm/test/CodeGen/X86/pr36199.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/pr36199.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pr36199.ll b/llvm/test/CodeGen/X86/pr36199.ll index 84e17dba92e..4b311d40745 100644 --- a/llvm/test/CodeGen/X86/pr36199.ll +++ b/llvm/test/CodeGen/X86/pr36199.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py -; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=skylake-avx512 | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx512f | FileCheck %s define void @foo() unnamed_addr #0 { ; CHECK-LABEL: foo: |