[PATCH] D37674: [X86][SKX][KNL] Updating several CodeGen tests to use the attr flag instead of mcpu flag

Gadi Haber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 00:23:03 PDT 2017


gadi.haber created this revision.

NFC.
Updated 3 Codegen regression tests to use the -mattr flag instead of the -mcpu flags as follows:
Instead of -mcpu=skx  use  -mattr=+avx512f,+avx512bw,+avx512vl,+avx512dq
Instead of -mcpu=knl  use  -mattr=+avx512f


Repository:
  rL LLVM

https://reviews.llvm.org/D37674

Files:
  test/CodeGen/X86/avx2-intrinsics-x86.ll
  test/CodeGen/X86/avx512-cmp.ll
  test/CodeGen/X86/pr32329.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37674.114537.patch
Type: text/x-patch
Size: 6868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170911/46958663/attachment.bin>


More information about the llvm-commits mailing list