[all-commits] [llvm/llvm-project] be98b2: [mlir][linalg][bufferize] Remove special scf::IfOp...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Nov 10 01:42:17 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: be98b20b9de7eea8aca0cd0d0d4746c3e360a3c8
https://github.com/llvm/llvm-project/commit/be98b20b9de7eea8aca0cd0d0d4746c3e360a3c8
Author: Matthias Springer <springerm at google.com>
Date: 2021-11-10 (Wed, 10 Nov 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ComprehensiveBufferize.cpp
Log Message:
-----------
[mlir][linalg][bufferize] Remove special scf::IfOp rules
Remove some of the special rules for scf::IfOp (not all of them) and encode them in the op interface. This is in preparation of decoupling analysis, bufferization and dialects.
Differential Revision: https://reviews.llvm.org/D112901
More information about the All-commits
mailing list