Files
clang-p2996/mlir/lib/Dialect/Bufferization/Transforms/OneShotModuleBufferize.cpp
Matthias Springer b7858f85f5 [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
2023-01-30 10:14:10 +01:00

18 KiB