================
@@ -2329,29 +2329,23 @@ Value 
*InstCombinerImpl::SimplifyDemandedUseFPClass(Instruction *I,
         KnownRHS.knownNot(fcNan);
       }
 
-      KnownFPClass::MinMaxKind OpKind;
+      bool OrderedZeroSign = !FMF.noSignedZeros();
----------------
dtcxzyw wrote:

When `OrderedZeroSign` is true, `cannotOrderStrictlyXXX` is more likely to 
return true. It is a bit weird that additional nsz pessimize optimization.

https://github.com/llvm/llvm-project/pull/175382
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to