This is an archive of the discontinued LLVM Phabricator instance.

[X86] Improve inst tuning tests for X86FixupInstTuning Pass; NFC
ClosedPublic

Authored by goldstein.w.n on Apr 6 2023, 11:11 AM.

Details

Summary
  1. Add tests for unpckps.
  2. Add explicit test for fast shuffles (ICX+) but WITH bypass delay.

Diff Detail

Event Timeline

goldstein.w.n created this revision.Apr 6 2023, 11:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2023, 11:11 AM
Herald added a subscriber: pengfei. · View Herald Transcript
goldstein.w.n requested review of this revision.Apr 6 2023, 11:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2023, 11:11 AM
RKSimon accepted this revision.Apr 6 2023, 12:44 PM

LGTM

This revision is now accepted and ready to land.Apr 6 2023, 12:44 PM

Add SnB test cases

Add SnB testcases