OSDN Git Service

[X86][Skylake] Replacing -mcpu=skx by -mattr in a codegen test. NFC.
authorGadi Haber <gadi.haber@intel.com>
Wed, 13 Sep 2017 12:39:18 +0000 (12:39 +0000)
committerGadi Haber <gadi.haber@intel.com>
Wed, 13 Sep 2017 12:39:18 +0000 (12:39 +0000)
NFC.
Replacing -mcpu=skx by -mattr in the run command of the codegen test: avx512-gather-scatter-intrin.ll.

Reviewers: delena
Revision: https://reviews.llvm.org/D37799

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

test/CodeGen/X86/avx512-gather-scatter-intrin.ll

index 3ae811a..7406dc5 100644 (file)
@@ -1,5 +1,5 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=skx | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+avx512f,+avx512bw,+avx512vl,+avx512dq | FileCheck %s
 
 declare <16 x float> @llvm.x86.avx512.gather.dps.512 (<16 x float>, i8*, <16 x i32>, i16, i32)
 declare void @llvm.x86.avx512.scatter.dps.512 (i8*, i16, <16 x i32>, <16 x float>, i32)