This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Ignore X86 pseudo instructions.
ClosedPublic

Authored by courbet on Nov 6 2018, 4:52 AM.

Details

Summary

They do not lower to actual MCInsts and have no scheduling info.

Diff Detail

Event Timeline

courbet created this revision.Nov 6 2018, 4:52 AM
gchatelet added inline comments.Nov 6 2018, 5:01 AM
tools/llvm-exegesis/lib/X86/Target.cpp
78

Remove parenthesis

courbet updated this revision to Diff 172748.Nov 6 2018, 5:54 AM
courbet marked an inline comment as done.

address comment

gchatelet accepted this revision.Nov 6 2018, 5:59 AM
This revision is now accepted and ready to land.Nov 6 2018, 5:59 AM
This revision was automatically updated to reflect the committed changes.