[Mlir-commits] [mlir] [MLIR][Python] Remove partial LLVM APIs in python bindings (PR #178290)
Jakub Kuderski
llvmlistbot at llvm.org
Wed Jan 28 09:07:34 PST 2026
================
@@ -52,6 +48,14 @@ operations.
// Utilities.
//------------------------------------------------------------------------------
+/// Local helper to concatenate string and integer arguments into a std::string.
----------------
kuhar wrote:
```suggestion
/// Local helper to concatenate arguments into a `std::string`.
```
https://github.com/llvm/llvm-project/pull/178290
More information about the Mlir-commits
mailing list