[all-commits] [llvm/llvm-project] 881c3b: [mlir] Adapted standard Alloc and Alloca ops to us...

Marcel Koester via All-commits all-commits at lists.llvm.org
Wed May 13 04:53:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 881c3bb6a7323fe01f95d4e95755c78cd805056f
      https://github.com/llvm/llvm-project/commit/881c3bb6a7323fe01f95d4e95755c78cd805056f
  Author: Marcel Koester <marcel.koester at dfki.de>
  Date:   2020-05-13 (Wed, 13 May 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
    M mlir/include/mlir/Interfaces/SideEffectInterfaces.td
    M mlir/include/mlir/Interfaces/SideEffects.h

  Log Message:
  -----------
  [mlir] Adapted standard Alloc and Alloca ops to use new side-effect resources.

The current standard Alloca node is not annotated with the
MemEffect<Alloc> trait. This CL updates the Alloc and Alloca
memory-effect annotations using the latest Resource objects. Alloca
nodes will use a newly defined AutomaticAllocationScopeResource to
distinguish between Alloc and Alloca memory effects.

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




More information about the All-commits mailing list