[PATCH] D102333: [AArch64] Combine shift instructions in SelectionDAG

Andrew Savonichev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 18 06:51:03 PDT 2021


asavonic updated this revision to Diff 346164.
asavonic added a comment.

- Used TLI.SimplifyDemandedBits for performShiftCombine.
- Extended SimplifyDemandedBits to cover AArch64 VLSHR + VSHL.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102333/new/

https://reviews.llvm.org/D102333

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/test/CodeGen/AArch64/aarch64-bswap-ext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102333.346164.patch
Type: text/x-patch
Size: 5243 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210518/20f48c6e/attachment.bin>


More information about the llvm-commits mailing list