[PATCH] D131503: [DAGCombine] Combine signext_inreg of extract-extend

Peter Waller via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 07:42:06 PDT 2022


peterwaller-arm updated this revision to Diff 451859.
peterwaller-arm added a comment.

- Rebase onto 898699831b54 <https://reviews.llvm.org/rG898699831b5490d88b993593e5cb415fb2d1983a>, which fixes the zero-extending case in visitAND.
  - A backport has been requested for this one in https://github.com/llvm/llvm-project/issues/57089.
- Use .getValueType().


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131503

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/AArch64/extract-subvec-combine.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-masked-gather.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-masked-loads.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-masked-scatter.ll
  llvm/test/CodeGen/AArch64/sve-fixed-length-masked-stores.ll
  llvm/test/CodeGen/AArch64/vector-fcvt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131503.451859.patch
Type: text/x-patch
Size: 7898 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220811/d8e7d650/attachment.bin>


More information about the llvm-commits mailing list