This is an archive of the discontinued LLVM Phabricator instance.

[X86] Set Int_MemBarrier as a meta-instruction
ClosedPublic

Authored by skan on Mar 16 2022, 10:33 PM.

Details

Summary

Compiler only emits a comment for Int_MemBarrier, so it should
be marked as a meta-instruction, which can help improve accuracy
of debug location.

Diff Detail

Event Timeline

skan created this revision.Mar 16 2022, 10:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2022, 10:33 PM
skan requested review of this revision.Mar 16 2022, 10:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 16 2022, 10:33 PM
pengfei accepted this revision.Mar 17 2022, 3:54 AM

LGTM.

This revision is now accepted and ready to land.Mar 17 2022, 3:54 AM
This revision was landed with ongoing or failed builds.Mar 17 2022, 10:12 PM
This revision was automatically updated to reflect the committed changes.