This is an archive of the discontinued LLVM Phabricator instance.

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

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

Details

Summary

Group switch cases by opcode:

  • VFCMADDCPH
  • VFCMADDCSH
  • VFMADDCPH
  • VFMADDCSH

Diff Detail

Event Timeline

Amir created this revision.Jun 13 2022, 11:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2022, 11:47 PM
Amir requested review of this revision.Jun 13 2022, 11:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 13 2022, 11:47 PM
Amir updated this revision to Diff 436809.Jun 14 2022, 8:55 AM

clang-format

Amir edited the summary of this revision. (Show Details)Jun 14 2022, 8:58 AM
Amir added reviewers: skan, craig.topper, pengfei.
This revision is now accepted and ready to land.Jun 14 2022, 9:13 AM

Change the title N in "1/N" to the actual number?

Amir retitled this revision from [X86][NFC] Use mnemonic tables in validateInstruction 1/N to [X86][NFC] Use mnemonic tables in validateInstruction 1/4.Jun 14 2022, 9:35 AM
Amir added a comment.Jun 14 2022, 9:42 AM

Change the title N in "1/N" to the actual number?

👍

Amir edited the summary of this revision. (Show Details)Jun 14 2022, 9:44 AM
This revision was landed with ongoing or failed builds.Jun 14 2022, 12:06 PM
This revision was automatically updated to reflect the committed changes.