This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Use a single MachineIRBuilder for most of isel. NFC.
ClosedPublic

Authored by aemerson on Apr 29 2021, 5:08 PM.

Details

Summary

This is a long overdue cleanup. Not every use is eliminated, I stuck to uses that were directly being called from select(), and not the render functions.

Diff Detail

Event Timeline

aemerson created this revision.Apr 29 2021, 5:08 PM
aemerson requested review of this revision.Apr 29 2021, 5:08 PM
paquette accepted this revision.Apr 29 2021, 10:09 PM

Nice cleanup, LGTM.

This revision is now accepted and ready to land.Apr 29 2021, 10:09 PM
This revision was landed with ongoing or failed builds.Apr 30 2021, 2:51 PM
This revision was automatically updated to reflect the committed changes.