[all-commits] [llvm/llvm-project] e86119: [mlir] Minor fixes after removing types from attri...

Diego Caballero via All-commits all-commits at lists.llvm.org
Mon Aug 15 12:08:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e86119b4ff42426474828a558d9e5dedb09c4330
      https://github.com/llvm/llvm-project/commit/e86119b4ff42426474828a558d9e5dedb09c4330
  Author: Diego Caballero <diegocaballero at google.com>
  Date:   2022-08-15 (Mon, 15 Aug 2022)

  Changed paths:
    M mlir/include/mlir/IR/OpBase.td

  Log Message:
  -----------
  [mlir] Minor fixes after removing types from attributes

D130092 removed types from attributes. This patch fixes a minor
issues what was exposed when integrating that change in IREE. An
explicit cast is needed so that the template type of `makeArrayRef`
is automatically deduced.

Co-authored-by: Lei Zhang <antiagainst at google.com>

Reviewed By: Mogball

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




More information about the All-commits mailing list