[Mlir-commits] [mlir] [MLIR][NVVM] Add binaryCallback (PR #170853)

Guray Ozen llvmlistbot at llvm.org
Fri Dec 5 08:52:39 PST 2025


================
@@ -134,6 +135,9 @@ class ModuleToObject {
   /// for example PTX assembly.
   function_ref<void(StringRef)> isaCallback;
 
+  /// Callback invoked with the compilation target for the device.
+  function_ref<void(StringRef)> binaryCallback;
----------------
grypp wrote:

It’s a half-ready PR — I should have marked it as a draft. I pushed it to show internally and will finish it.

We want to pass "-v" to nvptx/ptxas to inspect register spilling and surface it to users.

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


More information about the Mlir-commits mailing list