[all-commits] [llvm/llvm-project] 8aeca7: [MLIR] Added support for dynamic shaped allocas to...

dfki-jugr via All-commits all-commits at lists.llvm.org
Thu Dec 3 02:49:05 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8aeca73702d84590e32e404a2d3038399cf71418
      https://github.com/llvm/llvm-project/commit/8aeca73702d84590e32e404a2d3038399cf71418
  Author: Julian Gross <julian.gross at dfki.de>
  Date:   2020-12-03 (Thu, 03 Dec 2020)

  Changed paths:
    M mlir/include/mlir/Transforms/Passes.h
    M mlir/include/mlir/Transforms/Passes.td
    M mlir/lib/Transforms/BufferOptimizations.cpp
    M mlir/test/Transforms/promote-buffers-to-stack.mlir

  Log Message:
  -----------
  [MLIR] Added support for dynamic shaped allocas to promote-buffers-to-stack pass.

Extended promote buffers to stack pass to support dynamically shaped allocas.
The conversion is limited by the rank of the underlying tensor.
An option is added to the pass to adjust the given rank.

Differential Revision: https://reviews.llvm.org/D91969




More information about the All-commits mailing list