This is an archive of the discontinued LLVM Phabricator instance.

[X86] A fix for pr35741 - can't use comments with instr prefixes
ClosedPublic

Authored by avt77 on Dec 26 2017, 2:57 AM.

Details

Summary

After general commit covering several issues with x86 prefixes we lost a possibility to use comments if there is a prefix on a dedicated line. This tiny patch fixes this issue.

Diff Detail

Repository
rL LLVM

Event Timeline

avt77 created this revision.Dec 26 2017, 2:57 AM
RKSimon accepted this revision.Dec 26 2017, 3:58 AM

LGTM

This revision is now accepted and ready to land.Dec 26 2017, 3:58 AM
dim accepted this revision.Dec 26 2017, 7:39 AM

Works for me too.

This revision was automatically updated to reflect the committed changes.