[PATCH] D109584: Implementing expansion pass for VP load and store.

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 11 02:10:10 PST 2022


simoll added inline comments.


================
Comment at: llvm/lib/CodeGen/ExpandVectorPredication.cpp:720
+    if ((isAllTrueMask(Mask) || isa<UndefValue>(Mask)) &&
+        !TTI.isLegalMaskedLoad(VPI.getMemoryDataParam()->getType(),
+                               VPI.getPointerAlignment().valueOrOne()))
----------------
`TTI.isLegalMaskedStore`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109584



More information about the llvm-commits mailing list