Factor out the common code used for generating addresses into common
templated functions that call overloaded versions of a new function,
getTargetNode.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D32169
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 20 2017, 9:51 PM Closed by commit rL301005: [AArch64] Refactor instruction selection lowering for addresses. NFCI (authored by joel_k_jones). · Explain WhyApr 21 2017, 10:44 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 96179 llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.h
llvm/trunk/lib/Target/AArch64/AArch64ISelLowering.cpp
|