[Mlir-commits] [mlir] [MLIR][NVVM] Doc fixes (PR #168716)

Durgadoss R llvmlistbot at llvm.org
Wed Nov 19 06:57:17 PST 2025


================
@@ -63,7 +63,7 @@ mlir_tablegen(NVVMRequiresSMTraits.cpp.inc -gen-op-interface-defs)
 add_mlir_dialect_tablegen_target(MLIRNVVMRequiresSMTraitsIncGen)
 
 add_mlir_dialect(NVVMOps nvvm)
-add_mlir_doc(NVVMOps NVVMDialect Dialects/ -gen-dialect-doc -dialect=nvvm)
+add_mlir_doc(NVVMOps NVVMOps Dialects/ -gen-op-doc)
----------------
durga4github wrote:

so, this gen-op-doc is a new way of configuring? (instead of what we had earlier)

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


More information about the Mlir-commits mailing list