[all-commits] [llvm/llvm-project] 99ad20: [mlir][linalg][bufferize] Fix buffer equivalence a...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Nov 10 01:33:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99ad2079d452f587be050b3867e0ed4856335fb2
https://github.com/llvm/llvm-project/commit/99ad2079d452f587be050b3867e0ed4856335fb2
Author: Matthias Springer <springerm at google.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.h
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.cpp
M mlir/test/Dialect/Linalg/comprehensive-module-bufferize-invalid.mlir
M mlir/test/Dialect/Linalg/comprehensive-module-bufferize.mlir
Log Message:
-----------
[mlir][linalg][bufferize] Fix buffer equivalence around scf.if ops
Also extend the comments for aliasInfo and equivalenceInfo.
Differential Revision: https://reviews.llvm.org/D113340
More information about the All-commits
mailing list