This is an archive of the discontinued LLVM Phabricator instance.

[X86][Skylake] Fixing duplicated prefixes in the run command of Code Gen regression tests
ClosedPublic

Authored by gadi.haber on Aug 29 2017, 3:37 AM.

Details

Summary

NFC.
Replaced duplicated HASWELL prefixes in run commands in the X86 Code Gen regression tests by the SKYLAKE prefix when the -mcpu is set to skylake.
The fix is needed in preparation of an upcoming patch containing the Skylake scheduling info.

Diff Detail

Repository
rL LLVM

Event Timeline

gadi.haber created this revision.Aug 29 2017, 3:37 AM
igorb accepted this revision.Aug 29 2017, 11:43 PM

LGTM

This revision is now accepted and ready to land.Aug 29 2017, 11:43 PM
This revision was automatically updated to reflect the committed changes.