This is an archive of the discontinued LLVM Phabricator instance.

[X86] Add function isPrefix()
ClosedPublic

Authored by skan on Jan 19 2020, 6:29 PM.

Details

Summary

Currently some prefixes are emitted as instructions, to distinguish them from real instruction, fuction isPrefix() is added. The kinds of prefix are consistent with X86GenInstrInfo.inc.

Diff Detail

Event Timeline

skan created this revision.Jan 19 2020, 6:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 19 2020, 6:29 PM
This revision is now accepted and ready to land.Jan 23 2020, 9:39 PM
This revision was automatically updated to reflect the committed changes.