[all-commits] [llvm/llvm-project] 0d1d36: [MLIR] Added PromoteBuffersToStackPass to convert ...
dfki-jugr via All-commits
all-commits at lists.llvm.org
Fri Oct 23 03:12:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0d1d363c51c93614783755426cb58c819c164fab
https://github.com/llvm/llvm-project/commit/0d1d363c51c93614783755426cb58c819c164fab
Author: Julian Gross <julian.gross at dfki.de>
Date: 2020-10-23 (Fri, 23 Oct 2020)
Changed paths:
M mlir/include/mlir/Transforms/Passes.h
M mlir/include/mlir/Transforms/Passes.td
M mlir/lib/Transforms/BufferOptimizations.cpp
A mlir/test/Transforms/promote-buffers-to-stack.mlir
Log Message:
-----------
[MLIR] Added PromoteBuffersToStackPass to convert heap- to stack-based allocations.
Added optimization pass to convert heap-based allocs to stack-based allocas in
buffer placement. Added the corresponding test file.
Differential Revision: https://reviews.llvm.org/D89688
More information about the All-commits
mailing list