[PATCH] D137811: InstCombine: Perform basic isnan combines on llvm.is.fpclass
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 1 03:39:58 PST 2023
arsenm added a comment.
In D137811#4095594 <https://reviews.llvm.org/D137811#4095594>, @sepavloff wrote:
> Can this function, defined as non-strictfp, raise `Invalid` exception when inlined into strictfp function?
Inlining cannot change semantics. The function can, but not from the part derived from the inlined callee
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137811/new/
https://reviews.llvm.org/D137811
More information about the llvm-commits
mailing list