[PATCH] D106943: [AArch64][SVE] Fix incorrect mask type when lowering fixed type SVE scatter

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 28 05:39:12 PDT 2021


sdesmalen added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:4455
     StoreVal = convertToScalableVector(DAG, IndexVT, StoreVal);
+    Mask = DAG.getNode(
+        ISD::ZERO_EXTEND, DL,
----------------
Do we need to do the same in LowerMGATHER?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106943



More information about the llvm-commits mailing list