[llvm] [IR] Add llvm `clmul` intrinsic (PR #140301)
Oscar Smith via llvm-commits
llvm-commits at lists.llvm.org
Sun May 18 05:14:47 PDT 2025
================
@@ -24295,7 +24343,7 @@ The '``llvm.experimental.vp.strided.store``' intrinsic stores the elements of
'``val``' in the same way as the :ref:`llvm.vp.scatter <int_vp_scatter>` intrinsic,
where the vector of pointers is in the form:
- ``%ptrs = <%ptr, %ptr + %stride, %ptr + 2 * %stride, ... >``,
+ ``%ptrs = <%ptr, %ptr + %stride, %ptr + 2 * %stride, ... >``,
----------------
oscardssmith wrote:
```suggestion
``%ptrs = <%ptr, %ptr + %stride, %ptr + 2 * %stride, ... >``,
```
https://github.com/llvm/llvm-project/pull/140301
More information about the llvm-commits
mailing list