This is an archive of the discontinued LLVM Phabricator instance.

Fix for Bug 34475 - LOCK/REP/REPNE prefixes emitted as instruction on their own
ClosedPublic

Authored by avt77 on Nov 2 2017, 5:14 AM.

Details

Summary

At the moment the decoder prints prefixes as if they are separate instructions but they should be prefixes only.

Diff Detail

Event Timeline

avt77 created this revision.Nov 2 2017, 5:14 AM
This revision is now accepted and ready to land.Nov 2 2017, 10:12 AM
This revision was automatically updated to reflect the committed changes.