[llvm] [IR] Allow llvm.ptrmask of vectors (PR #67434)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 27 04:07:29 PDT 2023
================
@@ -26865,7 +26865,8 @@ Syntax:
Arguments:
""""""""""
-The first argument is a pointer. The second argument is an integer.
+The first argument is a pointer or vector of pointers. The second argument is
+an integer or vector of integers.
----------------
fhahn wrote:
nit: the working below still refers to a single pointer, maybe adjust to something like `pointer(s)`?
https://github.com/llvm/llvm-project/pull/67434
More information about the llvm-commits
mailing list