[llvm] Add an all-in-one histogram intrinsic, along with lowering for AArch64 (PR #88106)
Maciej Gabka via llvm-commits
llvm-commits at lists.llvm.org
Mon May 13 07:27:30 PDT 2024
================
@@ -19068,6 +19068,60 @@ 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.*``' Intrinsics
----------------
mgabka wrote:
nit: looks like a singular form Intrinsics is used every where else.
https://github.com/llvm/llvm-project/pull/88106
More information about the llvm-commits
mailing list