This is an archive of the discontinued LLVM Phabricator instance.

[X86] Remove some uarch tuning flags from KNL that look to have been inherited from SNB/IVB incorrectly
ClosedPublic

Authored by craig.topper on Oct 24 2018, 2:13 PM.

Details

Summary

KNL is based on a modified Silvermont core so I don't think these features apply. I think the LEA flag is probably also wrong, but I'm less sure as I barely understand the 3 LEA flags we have currently.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.Oct 24 2018, 2:13 PM
RKSimon accepted this revision.Oct 25 2018, 6:11 AM

LGTM

This revision is now accepted and ready to land.Oct 25 2018, 6:11 AM
This revision was automatically updated to reflect the committed changes.