================
@@ -1024,6 +1025,9 @@ static bool expandIntrinsic(Function &F, CallInst *Orig) {
case Intrinsic::dx_isinf:
Result = expand16BitIsInf(Orig);
break;
+ case Intrinsic::dx_isnan:
+ Result = expand16BitIsInf(Orig);
----------------
danbrown-amd wrote:
Fixed.copy/paste error and other bugs and added the requested test.
https://github.com/llvm/llvm-project/pull/157733
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits