[Mlir-commits] [mlir] [MLIR] Add optional cached symbol tables to LLVM conversion patterns (PR #144032)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Fri Jun 20 03:02:58 PDT 2025


================
@@ -44,15 +44,28 @@ static constexpr llvm::StringRef kGenericAlignedAlloc =
 static constexpr llvm::StringRef kGenericFree = "_mlir_memref_to_llvm_free";
 static constexpr llvm::StringRef kMemRefCopy = "memrefCopy";
 
+namespace {
+LLVM::LLVMFuncOp lookupFuncOp(StringRef name, Operation *symbolTableOp,
----------------
ftynse wrote:

Please document top-level entities.

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


More information about the Mlir-commits mailing list