commit | 3ddffced439809b327a14d90e412d3fd10d99bb4 | [log] [tgz] |
---|---|---|
author | Gadi Haber <gadi.haber@intel.com> | Mon Sep 11 11:26:20 2017 +0000 |
committer | Gadi Haber <gadi.haber@intel.com> | Mon Sep 11 11:26:20 2017 +0000 |
tree | bed5b27ffd9857aaa1d8cdbd81dc6a86b901cbc0 | |
parent | c429aabb916fbf951abcb1c091239db642ccb233 [diff] |
[X86][SKX][KNL] Updating several CodeGen tests to use the attr flag instead of mcpu flag 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 Reviewers: delena Revision: https://reviews.llvm.org/D37674 llvm-svn: 312909