================
@@ -362,6 +364,34 @@ static bool expandClampIntrinsic(CallInst *Orig, 
Intrinsic::ID ClampIntrinsic) {
   return true;
 }
 
+static bool expandSaturateIntrinsic(CallInst *SaturateCall) {
----------------
farzonl wrote:

wait for @pow2clk  change merges then change this to return `Result` and remove 
the `replaceAllUsesWith` and `eraseFromParent` calls

https://github.com/llvm/llvm-project/pull/104619
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to