[PATCH] D150482: [AArch64] Don't use tbl lowering if ZExt can be folded into user.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 12:51:17 PDT 2023


fhahn updated this revision to Diff 523518.
fhahn added a comment.

Generalize code to properly handling mull case with casts with different source types, thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150482

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/CodeGenPrepare.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
  llvm/lib/Target/AArch64/AArch64TargetTransformInfo.h
  llvm/test/CodeGen/AArch64/sve-fixed-vector-zext.ll
  llvm/test/CodeGen/AArch64/zext-to-tbl.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150482.523518.patch
Type: text/x-patch
Size: 42703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230518/9d59edd2/attachment.bin>


More information about the llvm-commits mailing list