From: reinerp Date: Fri, 18 Oct 2019 17:28:02 +0000 (-0700) Subject: Slightly rephrase a difficult-to-parse sentence. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02b3ea6038b0959d5f0d62ca5ee44fbce9e3c7aa;p=platform%2Fupstream%2Fllvm.git Slightly rephrase a difficult-to-parse sentence. PiperOrigin-RevId: 275499524 --- diff --git a/mlir/g3doc/Dialects/Affine.md b/mlir/g3doc/Dialects/Affine.md index 30fce02..1e84c8c5 100644 --- a/mlir/g3doc/Dialects/Affine.md +++ b/mlir/g3doc/Dialects/Affine.md @@ -142,9 +142,9 @@ maps", and those with no symbols as "non-symbolic affine maps". dimension indices and symbols into a list of results, with affine expressions combining the indices and symbols. Affine maps distinguish between [indices and symbols](#dimensions-and-symbols) because indices are inputs to the -affine map when the latter may be called through an operation, such as -[affine.apply](#affineapply-operation) operation, whereas symbols are bound when -an affine mapping is established (e.g. when a memref is formed, establishing a +affine map when the map is called (through an operation such as +[affine.apply](#affineapply-operation)), whereas symbols are bound when +the map is established (e.g. when a memref is formed, establishing a memory [layout map](../LangRef.md#layout-map)). Affine maps are used for various core structures in MLIR. The restrictions we