[PATCH] D152370: [Intrinsic] Introduce reduction intrinsics for minimum/maximum
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 7 09:59:37 PDT 2023
arsenm added inline comments.
================
Comment at: llvm/docs/LangRef.rst:17833-17834
+
+If the intrinsic call has the ``nnan`` fast-math flag, then the operation can
+assume that NaNs are not present in the input vector.
+
----------------
This is the definition of the nnan flag, there's no point in re-documenting it on an individual operation
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152370/new/
https://reviews.llvm.org/D152370
More information about the llvm-commits
mailing list