[llvm] [AArch64] Expand llvm.histogram intrinsic to support umax, umin, and uadd.sat operations (PR #138447)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 8 01:04:37 PDT 2025
================
@@ -2932,9 +2932,8 @@ the behavior is undefined, unless one of the following exceptions applies:
must be a null pointer, otherwise the behavior is undefined.
* ``dereferenceable(<n>)`` operand bundles only guarantee the pointer is
- dereferenceable at the point of the assumption. The pointer may not be
----------------
RonDahan101 wrote:
yes my bad, fixed
https://github.com/llvm/llvm-project/pull/138447
More information about the llvm-commits
mailing list