[all-commits] [llvm/llvm-project] 6fc753: [mlir][bufferize] Always bufferize top-to-bottom
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Mar 3 05:16:29 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6fc753adaf86d18de1f660abe8e72c0cd870a371
https://github.com/llvm/llvm-project/commit/6fc753adaf86d18de1f660abe8e72c0cd870a371
Author: Matthias Springer <springerm at google.com>
Date: 2022-03-03 (Thu, 03 Mar 2022)
Changed paths:
M mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp
Log Message:
-----------
[mlir][bufferize] Always bufferize top-to-bottom
This ensures that we generate memref types with matching layout maps. (Especially when using partial bufferization passes.)
Differential Revision: https://reviews.llvm.org/D120893
More information about the All-commits
mailing list