================
@@ -975,6 +975,10 @@ OpFoldResult cir::CastOp::fold(FoldAdaptor adaptor) {
return cir::PoisonAttr::get(getContext(), getType());
}
+ // Propogate Undef value
----------------
Men-cotton wrote:```suggestion // Propagate Undef value ``` Typo? https://github.com/llvm/llvm-project/pull/214551 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
