[all-commits] [llvm/llvm-project] 1760d8: [mlir][ODS] Support result type inference in custo...
Daniel Resnick via All-commits
all-commits at lists.llvm.org
Mon Oct 11 13:09:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1760d8b36b4804758a9a4801edc1d97c0ba4f25c
https://github.com/llvm/llvm-project/commit/1760d8b36b4804758a9a4801edc1d97c0ba4f25c
Author: Daniel Resnick <danielzresnick at gmail.com>
Date: 2021-10-11 (Mon, 11 Oct 2021)
Changed paths:
M mlir/docs/OpDefinitions.md
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/test/mlir-tblgen/op-format-spec.td
M mlir/test/mlir-tblgen/op-format.mlir
M mlir/tools/mlir-tblgen/OpFormatGen.cpp
Log Message:
-----------
[mlir][ODS] Support result type inference in custom assembly format
Operations that have the InferTypeOpInterface trait can now omit the return
types in their custom assembly formats.
Differential Revision: https://reviews.llvm.org/D111326
More information about the All-commits
mailing list