[PATCH] D99750: [LV, VP] RFC: VP intrinsics support for the Loop Vectorizer (Proof-of-Concept)
Fraser Cormack via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 16 02:48:18 PDT 2021
frasercrmck added inline comments.
================
Comment at: llvm/include/llvm/IR/Intrinsics.td:1346
+// Memory Intrinsics
+def int_vp_store : DefaultAttrsIntrinsic<[],
+ [ llvm_anyvector_ty,
----------------
simoll wrote:
> frasercrmck wrote:
> > These need to go in the LangRef, don't they?
> Yep. The patch for `vp.load/store/gather/scatter` is D99355
Ah yes you mean that revision I've already seen and commented on! Sorry for the noise :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99750/new/
https://reviews.llvm.org/D99750
More information about the llvm-commits
mailing list