[Mlir-commits] [mlir] [mlir] Generalize OneShotModuleBufferize to operate on any Operation (PR #148327)

Matthias Springer llvmlistbot at llvm.org
Tue Jul 15 12:33:14 PDT 2025


https://github.com/matthias-springer commented:

The term "root" does not fit in my opinion. What we're really looking for is a symbol table. But `OneShotSymbolTableBufferize` is a mouthful... Tbh, I would just keep the name `OneShotModuleBufferize`, and have it take an `Operation *`. In most cases, it is actually a `module`, `gpu.module` or other custom module.

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


More information about the Mlir-commits mailing list