================
@@ -3778,6 +3778,12 @@ mlir::LogicalResult
CIRToLLVMVAArgOpLowering::matchAndRewrite(
return mlir::success();
}
+mlir::LogicalResult CIRToLLVMBlockAddressOpLowering::matchAndRewrite(
+ cir::BlockAddressOp op, OpAdaptor adaptor,
+ mlir::ConversionPatternRewriter &rewriter) const {
+ return mlir::failure();
----------------
xlauko wrote:
Why no lowering here?
https://github.com/llvm/llvm-project/pull/168151
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits