[PATCH] D38222: [X86][SKX][KNL] Updated regression tests to use -mattr instead of -mcpu flag.NFC.

Gadi Haber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 25 05:05:18 PDT 2017


gadi.haber created this revision.

NFC.
Updated 8 regression tests to use -mattr instead of -mcpu flag as follows:
-mcpu=knl --> -mattr=+avx512f
-mcpu=skx --> -mattr=+avx512f,+avx512bw,+avx512vl,+avx512dq

The updates are as part of the preparation of a large commit to add all instruction scheduling for the SKX target.


Repository:
  rL LLVM

https://reviews.llvm.org/D38222

Files:
  test/CodeGen/X86/avx512-cvt.ll
  test/CodeGen/X86/avx512-insert-extract.ll
  test/CodeGen/X86/avx512-mask-op.ll
  test/CodeGen/X86/avx512-vec-cmp.ll
  test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll
  test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll
  test/CodeGen/X86/avx512vl-vec-masked-cmp.ll
  test/CodeGen/X86/sse42-intrinsics-x86.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38222.116483.patch
Type: text/x-patch
Size: 1892463 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170925/f20d907e/attachment-0001.bin>


More information about the llvm-commits mailing list