[all-commits] [llvm/llvm-project] 997f33: [MLIR] Add IndexAttr to primitive attributes kinds...
Ulysse Beaugnon via All-commits
all-commits at lists.llvm.org
Thu Apr 16 01:28:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 997f33cfeec9cd8c5bc913cf862794e986a4bd39
https://github.com/llvm/llvm-project/commit/997f33cfeec9cd8c5bc913cf862794e986a4bd39
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.
Summary:
OpBase.td defined attributes kind for all integer types expect index. This
commit fixes that by adding an IndexAttr attribute kind.
Differential Revision: https://reviews.llvm.org/D78195
More information about the All-commits
mailing list