[all-commits] [llvm/llvm-project] 7d9518: [mlir][Linalg] Add an option to use Alloca instead...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Wed Jul 1 06:55:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d9518c8000bcd742b364a390bc79560f736dc96
      https://github.com/llvm/llvm-project/commit/7d9518c8000bcd742b364a390bc79560f736dc96
  Author: Nicolas Vasilache <ntv at google.com>
  Date:   2020-07-01 (Wed, 01 Jul 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Passes.h
    M mlir/include/mlir/Dialect/Linalg/Passes.td
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/lib/Dialect/Linalg/Transforms/Promotion.cpp
    M mlir/test/Dialect/Linalg/promote.mlir

  Log Message:
  -----------
  [mlir][Linalg] Add an option to use Alloca instead of malloc/free pairs.

Summary: A relevant test is also added.

Subscribers: mehdi_amini, rriddle, jpienaar, shauheen, antiagainst, arpith-jacob, mgester, lucyrfox, aartbik, liufengdb, stephenneuendorffer, Joonsoo, grosul1, Kayjukh, jurahul, msifontes

Tags: #mlir

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




More information about the All-commits mailing list