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

Guray Ozen llvmlistbot at llvm.org
Wed Nov 19 06:51:08 PST 2025


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

None

>From 6fd77e45b0bcbf13889cffcdbd76329ec84613a6 Mon Sep 17 00:00:00 2001
From: Guray Ozen <gozen at nvidia.com>
Date: Wed, 19 Nov 2025 15:50:33 +0100
Subject: [PATCH] [MLIR][NVVM] Doc fixes

---
 mlir/docs/Dialects/NVVMDialect.md               | 7 +------
 mlir/include/mlir/Dialect/LLVMIR/CMakeLists.txt | 2 +-
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/mlir/docs/Dialects/NVVMDialect.md b/mlir/docs/Dialects/NVVMDialect.md
index b50980258593d..12ec2b3fd989e 100644
--- a/mlir/docs/Dialects/NVVMDialect.md
+++ b/mlir/docs/Dialects/NVVMDialect.md
@@ -1,4 +1,4 @@
-# NVVM Dialect
+# 'nvvm' Dialect
 
 The NVVM dialect is MLIR's LLVM-IR-based, NVIDIA-specific backend dialect. It
 models NVVM intrinsics and public ISA functionality and introduces NVIDIA
@@ -93,8 +93,3 @@ of an operation is that used in LLVM IR prefixed with "`nvvm.`".
 
 [include "Dialects/NVVMOps.md"]
 
-
-## Op Interfaces
-
-[include "Dialects/NVVMRequiresSMTraits.md"]
-
diff --git a/mlir/include/mlir/Dialect/LLVMIR/CMakeLists.txt b/mlir/include/mlir/Dialect/LLVMIR/CMakeLists.txt
index c301e0b40e8fe..25b56cc9e5594 100644
--- a/mlir/include/mlir/Dialect/LLVMIR/CMakeLists.txt
+++ b/mlir/include/mlir/Dialect/LLVMIR/CMakeLists.txt
@@ -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)
 set(LLVM_TARGET_DEFINITIONS NVVMOps.td)
 mlir_tablegen(NVVMConversions.inc -gen-llvmir-conversions)
 mlir_tablegen(NVVMFromLLVMIRConversions.inc -gen-intr-from-llvmir-conversions)



More information about the Mlir-commits mailing list