[llvm-branch-commits] [llvm] InstCombine: Handle fmul in SimplifyDemandedFPClass (PR #173872)

Yingwei Zheng via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jan 1 12:02:46 PST 2026


================
@@ -119,6 +122,17 @@ struct KnownFPClass {
     return isKnownNever(OrderedGreaterThanZeroMask);
   }
 
+  /// Return true if it's know this can never be a negative value or a logical
----------------
dtcxzyw wrote:

```suggestion
  /// Return true if it's known this can never be a negative value or a logical
```

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


More information about the llvm-branch-commits mailing list