[clang] [CIR] Upstream basic alloca and load support (PR #128792)

Bruno Cardoso Lopes via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 27 11:05:15 PST 2025


================
@@ -117,6 +117,24 @@ static void printOmittedTerminatorRegion(mlir::OpAsmPrinter &printer,
                       /*printBlockTerminators=*/!omitRegionTerm(region));
 }
 
+//===----------------------------------------------------------------------===//
+// AllocaOp
+//===----------------------------------------------------------------------===//
+
+void cir::AllocaOp::build(::mlir::OpBuilder &odsBuilder,
----------------
bcardosolopes wrote:

I don't think this is necessary either - we went back n forth with namespaces in the past couple years, looks like an oversight of some previous bulk change at this point. 

https://github.com/llvm/llvm-project/pull/128792


More information about the cfe-commits mailing list