[llvm] Add an all-in-one histogram intrinsic, along with lowering for AArch64 (PR #88106)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 25 04:03:58 PDT 2024
================
@@ -19030,6 +19030,65 @@ will be on any later loop iteration.
This intrinsic will only return 0 if the input count is also 0. A non-zero input
count will produce a non-zero result.
+'``llvm.experimental.vector.histogram.*``' Intrinsic
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This is an overloaded intrinsic.
----------------
jayfoad wrote:
```suggestion
These intrinsics are overloaded.
```
https://github.com/llvm/llvm-project/pull/88106
More information about the llvm-commits
mailing list