This is an archive of the discontinued LLVM Phabricator instance.

AArch64/GlobalISel: Remove some null checks for getVRegDef
ClosedPublic

Authored by arsenm on Apr 11 2022, 4:24 PM.

Details

Reviewers
paquette
aemerson
Summary

getVRegDef is not allowed to fail for generic virtual registers, so
there's not much point in checking it.

Diff Detail

Event Timeline

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