[PATCH] D152776: [LibCallsShrinkWrap] Set IsFPConstrained is true for creating quiet floating comparision
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 13 11:03:22 PDT 2023
efriedma added a comment.
We shouldn't be generating calls to constrained FP functions unless we're in a function marked strictfp. And we don't care about exceptions outside such functions.
Do we actually run this code for strictfp functions? If we do, I guess we need to adjust it, but we need testcases.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152776/new/
https://reviews.llvm.org/D152776
More information about the llvm-commits
mailing list