[all-commits] [llvm/llvm-project] 2b5a02: [mlir][bufferization][NFC] Cache definitions of re...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Feb 9 00:28:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b5a020d3e3ca2a887218776bc6e7bd930a656fa
https://github.com/llvm/llvm-project/commit/2b5a020d3e3ca2a887218776bc6e7bd930a656fa
Author: Matthias Springer <springerm at google.com>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/Transforms/OneShotAnalysis.h
M mlir/include/mlir/Dialect/Bufferization/Transforms/Transforms.h
M mlir/lib/Dialect/Bufferization/Transforms/EmptyTensorElimination.cpp
M mlir/lib/Dialect/Bufferization/Transforms/OneShotAnalysis.cpp
Log Message:
-----------
[mlir][bufferization][NFC] Cache definitions of read tensors
This is to avoid unnecessary traversals of the IR.
Differential Revision: https://reviews.llvm.org/D143408
More information about the All-commits
mailing list