[PATCH] D79233: [ARM] Refactor lower to S[LR]I optimization

Petre Tudor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 1 04:48:55 PDT 2020


PetreTudor created this revision.
Herald added subscribers: llvm-commits, danielkiss, hiraditya, kristof.beyls.
Herald added a project: LLVM.

The optimization has been refactored to fix certain bugs and
limitations. The condition for lowering to S[LR]I has been changed
to reflect the manual pseudocode description of SLI and SRI operation.
The optimization can now handle more cases of operand type and order.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79233

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/test/CodeGen/AArch64/arm64-sli-sri-opt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79233.261456.patch
Type: text/x-patch
Size: 24238 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200501/bea41e9b/attachment-0001.bin>


More information about the llvm-commits mailing list