[llvm-branch-commits] [mlir] a06bcdd - Update Bufferization.md

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Oct 25 20:42:45 PDT 2023


Author: Mehdi Amini
Date: 2023-10-25T20:42:41-07:00
New Revision: a06bcdde0c75dbab260d7d31d4dcaf0b169d8811

URL: https://github.com/llvm/llvm-project/commit/a06bcdde0c75dbab260d7d31d4dcaf0b169d8811
DIFF: https://github.com/llvm/llvm-project/commit/a06bcdde0c75dbab260d7d31d4dcaf0b169d8811.diff

LOG: Update Bufferization.md

Added: 
    

Modified: 
    mlir/docs/Bufferization.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/Bufferization.md b/mlir/docs/Bufferization.md
index ea3593549ca1563..88a2e50e85d938d 100644
--- a/mlir/docs/Bufferization.md
+++ b/mlir/docs/Bufferization.md
@@ -113,7 +113,7 @@ operand which provides the initial values to update (for example when the
 operation is doing a reduction). 
 
 This input is referred to as "destination" in the following (quotes are
-important are this operand isn't modified in place but copied) and come into
+important as this operand isn't modified in place but copied) and comes into
 place in the context of bufferization as a possible "anchor" for the
 bufferization algorithm. This allows the user to shape the input in a form that
 guarantees close to optimal bufferization result when carefully choosing the


        


More information about the llvm-branch-commits mailing list