[PATCH] D134521: [AArch64] Enable FeatureFuseAdrpAdd for all cpus

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 23 00:52:16 PDT 2022


dmgreen created this revision.
dmgreen added reviewers: alexander-shaposhnikov, peter.smith, Wilco1, samtebbs.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
dmgreen requested review of this revision.
Herald added a project: LLVM.

The commit D120104 <https://reviews.llvm.org/D120104> enabled FeatureFuseAdrpAdd for -mcpu=generic, allowing the linker to relax adrp;add pairs where possible. D132075 <https://reviews.llvm.org/D132075> extended that to neoverse-n1, this patch extends it to all other cortex and neoverse cpus for the same reason.


https://reviews.llvm.org/D134521

Files:
  llvm/lib/Target/AArch64/AArch64.td
  llvm/test/CodeGen/AArch64/misched-fusion-addadrp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134521.462405.patch
Type: text/x-patch
Size: 8323 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220923/0dda7863/attachment.bin>


More information about the llvm-commits mailing list