[PATCH] D137610: [CodeGen] Refactor ExpandBVWithShuffles. NFC.

Han-Kuan Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 7 22:37:55 PST 2022


HanKuanChen created this revision.
HanKuanChen added reviewers: craig.topper, hfinkel, spatel.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
HanKuanChen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Phase 0 is used to detect whether a vector_shuffle is supported. But we
can check a vector_shuffle is legal just before calling
getVectorShuffle.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137610

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137610.473878.patch
Type: text/x-patch
Size: 6017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221108/91a794be/attachment.bin>


More information about the llvm-commits mailing list