[PATCH] D114884: [VP] Strided loads/stores

Roger Ferrer Ibanez via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 1 22:43:46 PST 2021


rogfer01 added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:7439
+  if (VT.isScalableVector())
+    ML = MemoryLocation::getAfter(PtrOperand);
+  else
----------------
Does anyone know if we should be passing `AAInfo` here?

(Non-stride) VPLoad doesn't do that, so we can fix both in a later change if necessary.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114884



More information about the llvm-commits mailing list