[Mlir-commits] [mlir] [MLIR][NVVM] Return ISA compiler log via ObjectAttr properties (PR #176697)

Mehdi Amini llvmlistbot at llvm.org
Tue Jan 27 05:52:53 PST 2026


================
@@ -157,6 +157,9 @@ def GpuNVVMAttachTarget: Pass<"nvvm-attach-target", ""> {
     Option<"ftzFlag", "ftz", "bool",
            /*default=*/"false",
            "Enable flush to zero for denormals.">,
+    Option<"compilerDiagnosticsFlag", "compiler-diagnostics", "bool",
----------------
joker-eph wrote:

```suggestion
    Option<"compilerDiagnosticsFlag", "collect-compiler-diagnostics", "bool",
```

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


More information about the Mlir-commits mailing list