[PATCH] D101053: [doc] Clarify constrained fcmps behavior
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 09:49:26 PDT 2021
uweigand added a comment.
The statement is now correct, but it's still not completely clear to me why it is necessary. **All** floating-point intrinsics may still produce a result in addition to raising an exception (if they do), so the definition of the result is always independent of the question what -if any- exceptions are raised. Why does this need to be called out here specifically?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101053/new/
https://reviews.llvm.org/D101053
More information about the llvm-commits
mailing list