[Mlir-commits] [mlir] 95b3ff0 - [mlir][doc] Cross link the dependent dialect section to the tablegen field definition
Mehdi Amini
llvmlistbot at llvm.org
Mon Aug 8 09:58:11 PDT 2022
Author: Mehdi Amini
Date: 2022-08-08T16:57:33Z
New Revision: 95b3ff08f5de487e928ddd8b26c15984adb59b11
URL: https://github.com/llvm/llvm-project/commit/95b3ff08f5de487e928ddd8b26c15984adb59b11
DIFF: https://github.com/llvm/llvm-project/commit/95b3ff08f5de487e928ddd8b26c15984adb59b11.diff
LOG: [mlir][doc] Cross link the dependent dialect section to the tablegen field definition
Added:
Modified:
mlir/docs/PassManagement.md
Removed:
################################################################################
diff --git a/mlir/docs/PassManagement.md b/mlir/docs/PassManagement.md
index 62a873b879a89..1c5e99fa724d2 100644
--- a/mlir/docs/PassManagement.md
+++ b/mlir/docs/PassManagement.md
@@ -186,6 +186,8 @@ loaded before starting the execution of a multi-threaded pass pipeline. To this
end, a pass that may create an entity from a dialect that isn't guaranteed to
already be loaded must express this by overriding the `getDependentDialects()`
method and declare this list of Dialects explicitly.
+See also the `dependentDialects` field in the
+[TableGen Specification](#tablegen-specification).
### Initialization
More information about the Mlir-commits
mailing list