This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Don't use unsupported aliasing instructions
ClosedPublic

Authored by mstojanovic on Jan 22 2020, 12:16 PM.

Details

Summary

Since some instruction types aren't allowed as the main instruction also don't allow them for aliasing instructions.

Diff Detail

Event Timeline

mstojanovic created this revision.Jan 22 2020, 12:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 22 2020, 12:16 PM
Herald added a subscriber: tschuett. · View Herald Transcript
courbet accepted this revision.Jan 22 2020, 11:52 PM

Great, I did that for target-specific instructions yesterday (D73161), this is the target-agnostic part. Thanks.

This revision is now accepted and ready to land.Jan 22 2020, 11:52 PM
gchatelet accepted this revision.Jan 23 2020, 12:42 AM
This revision was automatically updated to reflect the committed changes.