[all-commits] [llvm/llvm-project] a4cb9b: [mlir] Support optional attributes in assembly for...
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Mon May 18 09:34:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a4cb9bec1ca32cc1cfc25b32c05494c200793264
https://github.com/llvm/llvm-project/commit/a4cb9bec1ca32cc1cfc25b32c05494c200793264
Author: Tobias Gysi <tobias.gysi at inf.ethz.ch>
Date: 2020-05-18 (Mon, 18 May 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] Support optional attributes in assembly formats
Summary: This revision adds support for assembly formats with optional attributes. It elides optional attributes that are part of the syntax from the attribute dictionary.
Reviewers: ftynse, Kayjukh
Reviewed By: ftynse, Kayjukh
Subscribers: mehdi_amini, rriddle, jpienaar, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, liufengdb, stephenneuendorffer, Joonsoo, grosul1, frgossen, jurahul, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D80113
More information about the All-commits
mailing list