This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][NFC] Use X86 mnemonic checks
ClosedPublic

Authored by Amir on Mar 31 2022, 4:02 PM.

Details

Summary

Remove switches in X86MCPlusBuilder.cpp, use mnemonic checks instead

Diff Detail

Event Timeline

Amir created this revision.Mar 31 2022, 4:02 PM
Herald added a reviewer: maksfb. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Amir requested review of this revision.Mar 31 2022, 4:02 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 31 2022, 4:02 PM
Amir updated this revision to Diff 419900.Apr 1 2022, 6:33 PM

isPrefix

This revision is now accepted and ready to land.Apr 4 2022, 11:24 AM
This revision was automatically updated to reflect the committed changes.