[all-commits] [llvm/llvm-project] 7bce6b: [mlir][linalg][bufferize] Fix crash when bufferizi...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Oct 25 05:08:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7bce6bb34b70fb94871fc00f164b2b8f151cf309
https://github.com/llvm/llvm-project/commit/7bce6bb34b70fb94871fc00f164b2b8f151cf309
Author: Matthias Springer <springerm at google.com>
Date: 2021-10-25 (Mon, 25 Oct 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/ComprehensiveBufferize.h
M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
Log Message:
-----------
[mlir][linalg][bufferize] Fix crash when bufferizing CallOpInterface
Do not erase those ops during the traversal. Also improve error handling.
Differential Revision: https://reviews.llvm.org/D112405
More information about the All-commits
mailing list