[llvm] SelectionDAG: Support nofpclass(nan/qnan/snan/nzero) in arguments (PR #130051)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 17 05:26:56 PDT 2025


================
@@ -397,7 +397,7 @@ struct SDNodeFlags {
     Exact = 1 << 2,
     Disjoint = 1 << 3,
     NonNeg = 1 << 4,
-    NoNaNs = 1 << 5,
+    // 1 << 5 was used as NoNaNs
----------------
arsenm wrote:

Unrelated change, shouldn't touch the fast math flags 

https://github.com/llvm/llvm-project/pull/130051


More information about the llvm-commits mailing list