================ @@ -5665,9 +5705,9 @@ mlir::LogicalResult CIRToLLVMIndirectBrOpLowering::matchAndRewrite( // If the poison attribute is set, use llvm.mlir.poison as the address. // This happens when the block has no predecessors and is essentially // unreachable. Do NOT erase the block argument directly, as that violates - // the MLIR dialect conversion framework contract (the framework tracks block - // arguments and will clean them up). A block with no predecessors simply - // produces no PHI node. + // the MLIR dialect conversion framework contract (the framework tracks ---------------- erichkeane wrote:
unrelated change? https://github.com/llvm/llvm-project/pull/224851 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
