[PATCH] D155470: [AArch64] LSLFast to fold onto base address by default

harvin iriawan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 08:14:23 PDT 2023


harviniriawan created this revision.
harviniriawan added a reviewer: dmgreen.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
harviniriawan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

- Most CPUs have dedicated adder & shifter to compute base address of

loads and stores, hence they are always free to use


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D155470

Files:
  llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  llvm/test/CodeGen/AArch64/aarch64-fold-lslfast.ll
  llvm/test/CodeGen/AArch64/arm64-addr-mode-folding.ll
  llvm/test/CodeGen/AArch64/arm64-fold-address.ll
  llvm/test/CodeGen/AArch64/arm64-fold-lsl.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155470.541046.patch
Type: text/x-patch
Size: 31661 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230717/296e371a/attachment.bin>


More information about the llvm-commits mailing list