This is an archive of the discontinued LLVM Phabricator instance.

[X86][NFC] Use mnemonic tables in validateInstruction 3/4
ClosedPublic

Authored by Amir on Jun 13 2022, 11:48 PM.

Details

Summary

Group switch cases by opcode:

  • V4FMADDPS
  • V4FMADDSS
  • V4FNMADDPS
  • V4FNMADDSS
  • VP4DPWSSDS
  • VP4DPWSSD

Diff Detail

Event Timeline

Amir created this revision.Jun 13 2022, 11:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2022, 11:48 PM
Amir requested review of this revision.Jun 13 2022, 11:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2022, 11:48 PM
craig.topper accepted this revision.Jun 14 2022, 9:31 AM
craig.topper added a subscriber: craig.topper.

LGTM

This revision is now accepted and ready to land.Jun 14 2022, 9:31 AM
Amir retitled this revision from [X86][NFC] Use mnemonic tables in validateInstruction 3/N to [X86][NFC] Use mnemonic tables in validateInstruction 3/4.Jun 14 2022, 10:05 AM
Amir edited the summary of this revision. (Show Details)
Amir added reviewers: skan, pengfei.
This revision was landed with ongoing or failed builds.Jun 14 2022, 12:12 PM
This revision was automatically updated to reflect the committed changes.