[all-commits] [llvm/llvm-project] a3bca1: [mlir][bufferize][NFC] Merge AlwaysCopyAnalysisSta...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Jun 15 01:13:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a3bca1181be6691d8de42efcb460f88df10a050c
https://github.com/llvm/llvm-project/commit/a3bca1181be6691d8de42efcb460f88df10a050c
Author: Matthias Springer <springerm at google.com>
Date: 2022-06-15 (Wed, 15 Jun 2022)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h
M mlir/lib/Dialect/Bufferization/IR/BufferizableOpInterface.cpp
M mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp
Log Message:
-----------
[mlir][bufferize][NFC] Merge AlwaysCopyAnalysisState into AnalysisState
`AnalysisState` now has default implementations of all virtual functions.
Differential Revision: https://reviews.llvm.org/D127301
More information about the All-commits
mailing list