[llvm] [PowerPC] Remove `UnsafeFPMath` uses (PR #154901)
Amy Kwan via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 07:09:54 PST 2026
================
@@ -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.
----------------
amy-kwan wrote:
Hi @paperchalice! I realized I didn't ask this before, but do you happen to know the status on regarding `SDNodeFlags` and `MIFlag` supporting rounding modes (if its currently being worked on, or if they support rounding modes now, etc.)?
https://github.com/llvm/llvm-project/pull/154901
More information about the llvm-commits
mailing list