================
@@ -676,11 +676,11 @@ class OpLowerer {
       Type *OldTy = CI->getType();
       Type *NewRetTy = OpBuilder.getResRetType(OldTy->getScalarType());
 
-      Value *UndefF = UndefValue::get(IRB.getFloatTy());
-      Value *UndefI = UndefValue::get(IRB.getInt32Ty());
+      Value *PoisonF = PoisonValue::get(IRB.getFloatTy());
+      Value *PoisonI = PoisonValue::get(IRB.getInt32Ty());
----------------
tcorringham wrote:

Done.

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

Reply via email to