[all-commits] [llvm/llvm-project] c59aec: [mlir][OpFormatGen] Add support for resolving vari...
River Riddle via All-commits
all-commits at lists.llvm.org
Wed Jul 1 22:33:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c59aec0ca1edac409d8789956049ae13af24e370
https://github.com/llvm/llvm-project/commit/c59aec0ca1edac409d8789956049ae13af24e370
Author: River Riddle <riddleriver at gmail.com>
Date: 2020-07-01 (Wed, 01 Jul 2020)
Changed paths:
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/test/mlir-tblgen/op-format.mlir
M mlir/tools/mlir-tblgen/OpFormatGen.cpp
Log Message:
-----------
[mlir][OpFormatGen] Add support for resolving variadic types from non-variadic
This enables better support for traits such as SameOperandsAndResultType, and other situations in which a variadic operand may be resolved from a non-variadic.
Differential Revision: https://reviews.llvm.org/D83011
More information about the All-commits
mailing list