This is an archive of the discontinued LLVM Phabricator instance.

[X86] Disable nop padding before instruction following a prefix
ClosedPublic

Authored by skan on Mar 12 2020, 2:33 AM.

Diff Detail

Event Timeline

skan created this revision.Mar 12 2020, 2:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 12 2020, 2:33 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
This revision is now accepted and ready to land.Mar 12 2020, 9:16 PM
skan updated this revision to Diff 250151.Mar 13 2020, 1:58 AM

Wrap X86II::isPrefix in a static function to hide some details

This revision was automatically updated to reflect the committed changes.