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

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 15 03:04:11 PST 2021


simoll added inline comments.


================
Comment at: llvm/lib/IR/IntrinsicInst.cpp:495
+        M, VPID,
+        {Params[0]->getType()->getPointerElementType(), Params[0]->getType(),
+         Params[1]->getType()});
----------------
This will require an explicit return type because of opaque pointers, as in 6213f1dd03e27fd2483f8ac775a346de8e873573


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

https://reviews.llvm.org/D114884



More information about the llvm-commits mailing list