[PATCH] D134438: POC patch to demonstrate how new intrinsics for interleaved load/store could be used in LoopVectorize

Nuno Lopes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 23 01:53:21 PDT 2022


nlopes added inline comments.


================
Comment at: llvm/lib/IR/IRBuilder.cpp:605
+  if (!PassThru)
+    PassThru = UndefValue::get(LDVTy);
+
----------------
Please use PoisonValue here. We already changed all the other similar intrinsics to have poison as default passthru.


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

https://reviews.llvm.org/D134438



More information about the llvm-commits mailing list