This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by gadi.haber on Sep 24 2017, 7:11 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

gadi.haber created this revision.Sep 24 2017, 7:11 AM
zvi added inline comments.Sep 24 2017, 11:29 PM
test/CodeGen/X86/avx512-insert-extract.ll
15 ↗(On Diff #116483)

Please first clean these extra comments in a separate commit and rebase

Updated diff after a rebase.

Updated diff after running update_llc_test_checks on the 8 tests and re-applying the changes to get rid of the "End of function" comments.

gadi.haber marked an inline comment as done.Sep 25 2017, 1:40 AM
zvi accepted this revision.Sep 27 2017, 6:00 AM

LGTM

This revision is now accepted and ready to land.Sep 27 2017, 6:00 AM
This revision was automatically updated to reflect the committed changes.