[all-commits] [llvm/llvm-project] b70366: [mlir][BufferOptimization] Use datalayout instead ...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Thu Jan 27 04:51:03 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b70366c9c430e1eadd59d5a1dfbb9c4d84f83de5
https://github.com/llvm/llvm-project/commit/b70366c9c430e1eadd59d5a1dfbb9c4d84f83de5
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.h
M mlir/include/mlir/Dialect/Bufferization/Transforms/Passes.td
M mlir/lib/Dialect/Bufferization/Transforms/BufferOptimizations.cpp
M mlir/test/Transforms/promote-buffers-to-stack.mlir
Log Message:
-----------
[mlir][BufferOptimization] Use datalayout instead of a flag to find index size
This has the additional advantage of supporting more types.
Differential Revision: https://reviews.llvm.org/D118348
More information about the All-commits
mailing list