[llvm] [Vectorize] Vectorization for __builtin_prefetch (PR #66160)

via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 4 06:00:06 PDT 2023


================
@@ -2230,6 +2230,21 @@ def int_masked_compressstore:
             [IntrWriteMem, IntrArgMemOnly, IntrWillReturn,
              NoCapture<ArgIndex<1>>]>;
 
+def int_masked_prefetch:
----------------
m-saito-fj wrote:

Sorry for the delay in responding.
New Intrinscs documentation has been added.


https://github.com/llvm/llvm-project/pull/66160


More information about the llvm-commits mailing list