diff options
| author | Omar Hossam <moar.ahmed@gmail.com> | 2025-11-09 21:40:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-09 21:40:16 +0100 |
| commit | 4023beb09e486c0f423db39d50ddfc2aba758f6f (patch) | |
| tree | 62e78ab1d4eb5a23dfbfdde979322f1be20a4f08 | |
| parent | c10b25a450fdca190789242989680963a33998cc (diff) | |
| download | llvm-4023beb09e486c0f423db39d50ddfc2aba758f6f.tar.gz llvm-4023beb09e486c0f423db39d50ddfc2aba758f6f.tar.bz2 llvm-4023beb09e486c0f423db39d50ddfc2aba758f6f.zip | |
Fix typo in LangRef.md regarding regions (#167242)
| -rw-r--r-- | mlir/docs/LangRef.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/docs/LangRef.md b/mlir/docs/LangRef.md index 21cfdc78a6a4..10cfba908ee4 100644 --- a/mlir/docs/LangRef.md +++ b/mlir/docs/LangRef.md @@ -440,7 +440,7 @@ region is not imposed by the IR. Instead, the containing operation defines the semantics of the regions it contains. MLIR currently defines two kinds of regions: [SSACFG regions](#control-flow-and-ssacfg-regions), which describe control flow between blocks, and [Graph regions](#graph-regions), which do not -require control flow between block. The kinds of regions within an operation are +require control flow between blocks. The kinds of regions within an operation are described using the [RegionKindInterface](Interfaces.md/#regionkindinterfaces). Regions do not have a name or an address, only the blocks contained in a region |
