[Mlir-commits] [mlir] [mlir][gpu] Expose some utility functions from `gpu-to-binary` infra (PR #172205)
Fabian Mora
llvmlistbot at llvm.org
Sun Dec 14 04:16:17 PST 2025
================
@@ -23,6 +23,13 @@ class TargetMachine;
namespace mlir {
namespace LLVM {
+
+/// Translate LLVM module to textual ISA.
+FailureOr<std::string>
----------------
fabianmcg wrote:
Not blocking on this, but if you have time. Can we move to SmallString?
https://github.com/llvm/llvm-project/pull/172205
More information about the Mlir-commits
mailing list