[all-commits] [llvm/llvm-project] 5bdb21: [mlir] Use assemblyFormat in AllocLikeOp.

Christian Sigg via All-commits all-commits at lists.llvm.org
Wed Nov 11 01:27:45 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5bdb21df21c6c78554a99754ef14da06a85f9910
      https://github.com/llvm/llvm-project/commit/5bdb21df21c6c78554a99754ef14da06a85f9910
  Author: Christian Sigg <csigg at google.com>
  Date:   2020-11-11 (Wed, 11 Nov 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/StandardOps/IR/Ops.h
    M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
    M mlir/lib/Dialect/Affine/IR/AffineOps.cpp
    M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
    M mlir/lib/Transforms/Utils/Utils.cpp
    M mlir/test/IR/invalid-ops.mlir

  Log Message:
  -----------
  [mlir] Use assemblyFormat in AllocLikeOp.

Split operands into dynamicSizes and symbolOperands.

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list