================
@@ -5374,7 +5374,8 @@ void computeKnownFPClass(const Value *V, const APInt 
&DemandedElts,
     }
     case Intrinsic::exp:
     case Intrinsic::exp2:
-    case Intrinsic::exp10: {
+    case Intrinsic::exp10:
+    case Intrinsic::amdgcn_exp2: {
       Known.knownNot(fcNegative);
       if ((InterestedClasses & fcNan) == fcNone)
----------------
jayfoad wrote:

```suggestion
      if ((InterestedClasses & (fcNan | fcSubnormal)) == fcNone)
```

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

Reply via email to