This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Refactor instruction selection lowering for addresses. NFCI
ClosedPublic

Authored by joelkevinjones on Apr 18 2017, 8:55 AM.

Details

Summary

Factor out the common code used for generating addresses into common
templated functions that call overloaded versions of a new function,
getTargetNode.

Diff Detail

Repository
rL LLVM

Event Timeline

joelkevinjones created this revision.Apr 18 2017, 8:55 AM
davide accepted this revision.Apr 20 2017, 9:51 PM
This revision is now accepted and ready to land.Apr 20 2017, 9:51 PM
This revision was automatically updated to reflect the committed changes.