This is an archive of the discontinued LLVM Phabricator instance.

[X86] Avoid SFB - Ignore meta instructions
ClosedPublic

Authored by cdawson on May 29 2019, 9:03 AM.

Details

Summary

This patch generalizes the fix in D61680 to ignore all meta instructions, not just debug info.

Diff Detail

Event Timeline

cdawson created this revision.May 29 2019, 9:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 29 2019, 9:03 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
aprantl accepted this revision.May 29 2019, 4:14 PM
This revision is now accepted and ready to land.May 29 2019, 4:14 PM
aprantl added inline comments.May 29 2019, 4:15 PM
llvm/test/CodeGen/X86/avoid-sfb-ignore-meta.mir
46

Please remove the string-attributes, they are probably not necessary and hard to maintain.

This revision was automatically updated to reflect the committed changes.