[all-commits] [llvm/llvm-project] b7858f: [mlir][bufferization][NFC] Simplify func bufferiza...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Jan 30 01:19:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7858f85f54c92ea6db2cd94247dea41c0e64026
https://github.com/llvm/llvm-project/commit/b7858f85f54c92ea6db2cd94247dea41c0e64026
Author: Matthias Springer <springerm at google.com>
Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/Transforms/FuncBufferizableOpInterfaceImpl.h
M mlir/lib/Dialect/Bufferization/Transforms/FuncBufferizableOpInterfaceImpl.cpp
M mlir/lib/Dialect/Bufferization/Transforms/OneShotModuleBufferize.cpp
Log Message:
-----------
[mlir][bufferization][NFC] Simplify func bufferization state
The analysis previous kept track of OpOperand -> OpResult and OpResult -> OpOperand aliasing mappings. Only one mapping is needed, the other one can be inferred.
Differential Revision: https://reviews.llvm.org/D142128
More information about the All-commits
mailing list