[PATCH] D138867: [RFC] Add new intrinsics and attribute to control accuracy of FP calls
Kevin P. Neal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 10:59:37 PST 2022
kpn added inline comments.
================
Comment at: llvm/docs/LangRef.rst:22593
+intrinsic has any callsite attributes begining with "fp-" that that code
+performing the transformation does not recognize.
+
----------------
Is there any way to enforce this? If the constrained intrinsics are merged in with the non-constrained then we lose the safe-by-default property.
The paragraph above would be stronger if it said "must not" instead of using the word "should".
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138867/new/
https://reviews.llvm.org/D138867
More information about the llvm-commits
mailing list