[Mlir-commits] [mlir] [MLIR][NVVM] Return ISA compiler log via ObjectAttr properties (PR #176697)
Zichen Lu
llvmlistbot at llvm.org
Tue Jan 27 23:55:20 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",
----------------
MikaOvO wrote:
Updated. Thanks!
https://github.com/llvm/llvm-project/pull/176697
More information about the Mlir-commits
mailing list