From 95b3ff08f5de487e928ddd8b26c15984adb59b11 Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Mon, 8 Aug 2022 16:57:33 +0000 Subject: [mlir][doc] Cross link the dependent dialect section to the tablegen field definition --- mlir/docs/PassManagement.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mlir/docs/PassManagement.md b/mlir/docs/PassManagement.md index 62a873b879a8..1c5e99fa724d 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 -- cgit v1.2.3