This is an archive of the discontinued LLVM Phabricator instance.

AArch64/GlobalISel: Factor out parametersInCSRMatch
ClosedPublic

Authored by arsenm on Jan 12 2021, 7:12 PM.

Details

Reviewers
aemerson
paquette
Summary

Make this look more like the DAG handling and move to common code.

I also noticed AArch64 seems to not be properly adding the
physreg:virtreg mapping to the function live ins.

Diff Detail

Event Timeline

arsenm created this revision.Jan 12 2021, 7:12 PM
arsenm requested review of this revision.Jan 12 2021, 7:12 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 12 2021, 7:12 PM
Herald added a subscriber: wdng. · View Herald Transcript
aemerson accepted this revision.Jan 13 2021, 9:29 AM

LGTM.

This revision is now accepted and ready to land.Jan 13 2021, 9:29 AM