[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:57 PDT 2025


================
@@ -17,8 +17,22 @@
 using namespace mlir;
 using namespace llvm;
 
-static std::string ensureSymbolNameIsUnique(ModuleOp moduleOp,
-                                            StringRef symbolName) {
+static std::string
----------------
ftynse wrote:

Nit: please add some documentation to this function while you are here.

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


More information about the Mlir-commits mailing list