[llvm] [Intrinsics][AArch64] Add intrinsic to mask off aliasing vector lanes (PR #117007)

Benjamin Maxwell via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 10:29:43 PDT 2025


================
@@ -23760,27 +23762,25 @@ across one vector loop iteration.
 Arguments:
 """"""""""
 
-The first two arguments have the same scalar integer type.
-The final two are immediates and the result is a vector with the i1 element type.
+The first two arguments have the same pointer type.
----------------
MacDue wrote:

nit: There's only one pointer type.
```suggestion
The first two arguments are pointers.
```

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


More information about the llvm-commits mailing list