[all-commits] [llvm/llvm-project] ed1681: [mlir][Linalg] Add comprehensive bufferization sup...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Thu Jul 1 04:51:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed1681ed3aff0f1fb97f1a738938671df098b939
https://github.com/llvm/llvm-project/commit/ed1681ed3aff0f1fb97f1a738938671df098b939
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2021-07-01 (Thu, 01 Jul 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
M mlir/test/Dialect/Linalg/comprehensive-module-bufferize.mlir
Log Message:
-----------
[mlir][Linalg] Add comprehensive bufferization support for ConstantOp (13/n)
ConstantOp are only supported in the ModulePass because they require a GlobalCreator object that must be constructed from a ModuleOp.
If the standlaone FunctionPass encounters a ConstantOp, bufferization fails.
Differential revision: https://reviews.llvm.org/D105156
More information about the All-commits
mailing list