[PATCH] D143785: [X86] Add Extend shuffle pattern to vNf32 shuffles.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 15:11:13 PST 2023


RKSimon added inline comments.


================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:17208
+static void computeInLaneShuffleMask(const ArrayRef<int> &Mask,
+                                     SmallVector<int, 32> *InLaneMaskOut) {
+  int Size = Mask.size();
----------------
SmallVectorImpl<int> &InLaneMask


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143785



More information about the llvm-commits mailing list