From 1f7827e6aa15ff457089bca9351ed452b46474f8 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Wed, 17 Nov 2021 23:37:29 +0000 Subject: [MLIR][Docs] Fix link syntax in Rationale.md --- mlir/docs/Rationale/Rationale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/docs/Rationale/Rationale.md b/mlir/docs/Rationale/Rationale.md index 192ec7ef7e2e..32f5ea3abfcf 100644 --- a/mlir/docs/Rationale/Rationale.md +++ b/mlir/docs/Rationale/Rationale.md @@ -113,7 +113,7 @@ n-ranked tensor. This disallows the equivalent of pointer arithmetic or the ability to index into the same memref in other ways (something which C arrays allow for example). Furthermore, for the affine constructs, the compiler can follow use-def chains (e.g. through -[affine.apply operations](../Dialects/Affine.md/#affineapply-affineapplyop)) or +[affine.apply operations](../Dialects/Affine.md/#affineapply-affineapplyop) or through the map attributes of [affine operations](../Dialects/Affine.md/#operations)) to precisely analyze references at compile-time using polyhedral techniques. This is possible because -- cgit v1.2.1