[llvm] [PowerPC] Remove `UnsafeFPMath` uses (PR #154901)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 21 03:14:57 PDT 2025
================
@@ -2786,14 +2786,14 @@ def : Pat<(v2f64 (any_frint v2f64:$S)), (v2f64 (XVRDPIC $S))>;
// Rounding without exceptions (nearbyint). Due to strange tblgen behaviour,
// these need to be defined after the any_frint versions so ISEL will correctly
// add the chain to the strict versions.
----------------
paperchalice wrote:
It would be possible when `SDNodeFlags` and `MIFlag` support rounding modes.
https://github.com/llvm/llvm-project/pull/154901
More information about the llvm-commits
mailing list