[all-commits] [llvm/llvm-project] 11f093: [MLIR] Add IndexAttr to primitive attributes kinds...

Ulysse Beaugnon via All-commits all-commits at lists.llvm.org
Thu Apr 16 05:59:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 11f093fab4a38a652563cde52fcfa65ebcdc65e4
      https://github.com/llvm/llvm-project/commit/11f093fab4a38a652563cde52fcfa65ebcdc65e4
  Author: Ulysse Beaugnon <ulysse at google.com>
  Date:   2020-04-16 (Thu, 16 Apr 2020)

  Changed paths:
    M mlir/include/mlir/IR/OpBase.td
    M mlir/test/IR/attribute.mlir
    M mlir/test/lib/Dialect/Test/TestOps.td

  Log Message:
  -----------
  [MLIR] Add IndexAttr to primitive attributes kinds in tablegen.

OpBase.td defined attributes kind for all integer types expect index. This
commit fixes that by adding an IndexAttr attribute kind. Update the
respective tests.

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




More information about the All-commits mailing list