================
@@ -2106,6 +2106,98 @@ Value
*InstCombinerImpl::SimplifyDemandedUseFPClass(Value *V,
Known.copysign(KnownSign);
break;
}
+ case Intrinsic::exp:
+ case Intrinsic::exp2:
+ case Intrinsic::exp10: {
+ if ((DemandedMask &
+ (fcPosZero | fcPosSubnormal | fcPosNormal | fcPosInf)) == fcNone) {
----------------
dtcxzyw wrote:
```suggestion
fcPositive) == fcNone) {
```
https://github.com/llvm/llvm-project/pull/173432
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits