[all-commits] [llvm/llvm-project] 3c2e2d: [MLIR][ODS] Add constBuilderCall for TypeArrayAttr
andyly via All-commits
all-commits at lists.llvm.org
Fri Sep 18 09:15:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3c2e2df8d03e8ac8e7be1733950993090f2b4710
https://github.com/llvm/llvm-project/commit/3c2e2df8d03e8ac8e7be1733950993090f2b4710
Author: Andy Ly <lyandy at google.com>
Date: 2020-09-18 (Fri, 18 Sep 2020)
Changed paths:
M mlir/include/mlir/IR/OpBase.td
M mlir/test/lib/Dialect/Test/TestOps.td
Log Message:
-----------
[MLIR][ODS] Add constBuilderCall for TypeArrayAttr
constBuilderCall was not defined for TypeArrayAttr, resulting in tblgen not emitting the correct code when TypeArrayAttr is used with a default valued attribute.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D87907
More information about the All-commits
mailing list