This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Ignore instructions using custom inserter
ClosedPublic

Authored by qiucf on Jan 18 2021, 1:48 AM.

Details

Summary

Some instructions defined in table-gen files sets usesCustomInserter bit, which means it has to be lowered by target code and isn't actually valid instruction at MC level. So we should treat them like pseudo instructions.

Diff Detail

Event Timeline

qiucf created this revision.Jan 18 2021, 1:48 AM
qiucf requested review of this revision.Jan 18 2021, 1:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2021, 1:48 AM
qiucf added reviewers: nemanjai, Restricted Project, steven.zhang.Jan 18 2021, 1:48 AM
gchatelet accepted this revision.Feb 1 2021, 1:13 AM

LGTM thx @qiucf

This revision is now accepted and ready to land.Feb 1 2021, 1:13 AM
This revision was automatically updated to reflect the committed changes.