[PATCH] D140677: [AArch64][DAG] `canCombineShuffleToExtendVectorInreg()`: allow illegal types before legalization

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 26 17:06:12 PST 2022


lebedev.ri created this revision.
lebedev.ri added reviewers: fhahn, nilanjana_basu, dmgreen, david-arm, hassnaa-arm.
lebedev.ri added a project: LLVM.
Herald added subscribers: ecnelises, hiraditya, kristof.beyls.
Herald added a project: All.
lebedev.ri requested review of this revision.

[DAG] `canCombineShuffleToExtendVectorInreg()`: allow illegal types before legalization

Same question as in D140676 <https://reviews.llvm.org/D140676> - is recursive `zip1` not worse than a `tbl`?

This isn't all that interesting on itself, but this is a prerequisite
to get to the more interesting changes in a follow-up...


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140677

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/test/CodeGen/AArch64/fp-conversion-to-tbl.ll
  llvm/test/CodeGen/AArch64/vselect-ext.ll
  llvm/test/CodeGen/AArch64/zext-to-tbl.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140677.485322.patch
Type: text/x-patch
Size: 38144 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221227/f9694427/attachment.bin>


More information about the llvm-commits mailing list