[all-commits] [llvm/llvm-project] 23dec4: Move BufferViewFlowAnalysis to the Bufferization d...
Johannes Reifferscheid via All-commits
all-commits at lists.llvm.org
Tue Aug 30 05:26:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23dec4a3524aa5c9cc3cb401987014c6c5ee9de0
https://github.com/llvm/llvm-project/commit/23dec4a3524aa5c9cc3cb401987014c6c5ee9de0
Author: Johannes Reifferscheid <jreiffers at google.com>
Date: 2022-08-30 (Tue, 30 Aug 2022)
Changed paths:
R mlir/include/mlir/Analysis/BufferViewFlowAnalysis.h
M mlir/include/mlir/Dialect/Bufferization/Transforms/BufferUtils.h
A mlir/include/mlir/Dialect/Bufferization/Transforms/BufferViewFlowAnalysis.h
R mlir/lib/Analysis/BufferViewFlowAnalysis.cpp
M mlir/lib/Analysis/CMakeLists.txt
A mlir/lib/Dialect/Bufferization/Transforms/BufferViewFlowAnalysis.cpp
M mlir/lib/Dialect/Bufferization/Transforms/CMakeLists.txt
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
Move BufferViewFlowAnalysis to the Bufferization dialect.
It's only used from there, and this lets us remove the dependency from Analysis
to the Arith dialect.
Reviewed By: springerm
Differential Revision: https://reviews.llvm.org/D132928
More information about the All-commits
mailing list