[all-commits] [llvm/llvm-project] db4863: [MLIR] Fix AttributeInterface declaration.

Ulysse Beaugnon via All-commits all-commits at lists.llvm.org
Mon Oct 26 15:41:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: db4863ffd1ff0beaf8b13a50beb81d22c8f1137d
      https://github.com/llvm/llvm-project/commit/db4863ffd1ff0beaf8b13a50beb81d22c8f1137d
  Author: Ulysse Beaugnon <ulysse at google.com>
  Date:   2020-10-26 (Mon, 26 Oct 2020)

  Changed paths:
    M mlir/include/mlir/IR/Attributes.h

  Log Message:
  -----------
  [MLIR] Fix AttributeInterface declaration.

Substitues `Type` by `Attribute` in the declaration of AttributeInterface. It
looks like the code was written by copy-pasting the definition of TypeInterface,
but the substitution of Type by Attribute was missing at some places.

Reviewed By: rriddle, ftynse

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




More information about the All-commits mailing list