[all-commits] [llvm/llvm-project] bd1d87: [mlir][bufferization][NFC] Remove layout post proc...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Apr 22 03:15:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd1d87e3d1806da893e5564add573e8ff69e5aa3
https://github.com/llvm/llvm-project/commit/bd1d87e3d1806da893e5564add573e8ff69e5aa3
Author: Matthias Springer <springerm at google.com>
Date: 2022-04-22 (Fri, 22 Apr 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ModuleBufferization.cpp
Log Message:
-----------
[mlir][bufferization][NFC] Remove layout post processing step
The layout postprocessing step was removed and is now part of the FuncOp bufferization. If the user specified a certain layout map for a tensor function arg, use that layout map directly when bufferizing the function signature. Previously, the bufferization used a generic layout map for every tensor function arg and then updated function signatures and CallOps in a separate step.
Differential Revision: https://reviews.llvm.org/D122228
More information about the All-commits
mailing list