[all-commits] [llvm/llvm-project] 4b0196: [MLIR] Update allocs to memref.allocs in documenta...
dfki-jugr via All-commits
all-commits at lists.llvm.org
Tue Jan 11 02:24:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b01968b5eaebf6a801483f0472731d29e173a5a
https://github.com/llvm/llvm-project/commit/4b01968b5eaebf6a801483f0472731d29e173a5a
Author: Julian Gross <julian.gross at dfki.de>
Date: 2022-01-11 (Tue, 11 Jan 2022)
Changed paths:
M mlir/include/mlir/Dialect/Affine/IR/AffineOps.h
M mlir/include/mlir/Dialect/Affine/Passes.td
M mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.td
M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
M mlir/include/mlir/Dialect/Vector/VectorOps.td
M mlir/include/mlir/Transforms/Passes.td
M mlir/lib/Dialect/Affine/Transforms/SuperVectorize.cpp
Log Message:
-----------
[MLIR] Update allocs to memref.allocs in documentation.
Changed the remaining appearances of alloc to memref.alloc in several
documentation sections, since they lead to misunderstandings, if they
are used.
Differential Revision: https://reviews.llvm.org/D116999
More information about the All-commits
mailing list