This is an archive of the discontinued LLVM Phabricator instance.

AArch64/GlobalISel: Remove asserts on copy instructions
ClosedPublic

Authored by arsenm on Apr 11 2022, 6:26 AM.

Details

Reviewers
aemerson
paquette
Summary

These things are checked in the verifier already, so there's not much
point in re-asserting them here. They aren't directly verified for the
copy-like extension artifacts, but the incorrect output copies would
be caught on the other side.

Diff Detail

Event Timeline

arsenm created this revision.Apr 11 2022, 6:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2022, 6:26 AM
arsenm requested review of this revision.Apr 11 2022, 6:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2022, 6:26 AM
Herald added a subscriber: wdng. · View Herald Transcript
This revision is now accepted and ready to land.Apr 15 2022, 4:22 PM