[clang] [CIR] Upstream the initial BlockAddressOp implementation (PR #168151)

Henrich Lauko via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 15 01:59:11 PST 2025


================
@@ -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


More information about the cfe-commits mailing list