[llvm] [Vectorize] Vectorization for __builtin_prefetch (PR #66160)
Renato Golin via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 1 03:23:56 PST 2023
================
@@ -2230,6 +2230,21 @@ def int_masked_compressstore:
[IntrWriteMem, IntrArgMemOnly, IntrWillReturn,
NoCapture<ArgIndex<1>>]>;
+def int_masked_prefetch:
----------------
rengolin wrote:
I'm resolving this conversation because you have added documentation.
https://github.com/llvm/llvm-project/pull/66160
More information about the llvm-commits
mailing list