================
@@ -975,6 +975,10 @@ OpFoldResult cir::CastOp::fold(FoldAdaptor adaptor) {
return cir::PoisonAttr::get(getContext(), getType());
}
+ // Propogate Undef value
----------------
xakep8 wrote:Sorry, yes it was a typo. Added the fix for that. https://github.com/llvm/llvm-project/pull/214551 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
