[PATCH] D69281: [FPEnv] Constrained FCmp intrinsics
Andy Kaylor via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 26 11:35:59 PST 2019
andrew.w.kaylor added inline comments.
================
Comment at: llvm/docs/LangRef.rst:15728
+The quiet comparison operation performed by
+'``llvm.experimental.constrained.fcmp``' may only raise an exception
+if either operand is a SNAN. The signaling comparison operation
----------------
Can we say "will" rather than "may"?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69281/new/
https://reviews.llvm.org/D69281
More information about the llvm-commits
mailing list