llvm-project/mlir
Tobias Gysi a4cb9bec1c [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
2020-05-18 18:34:35 +02:00
..
cmake/modules [MLIR][cmake][NFC] Update linkage checker for mlir-opt 2020-05-17 13:46:52 -07:00
docs [mlir] Change dialect namespace loop->scf 2020-05-13 19:20:21 +02:00
examples [MLIR] Continue renaming of "SideEffects" 2020-05-15 14:37:09 -07:00
include [MLIR] [Linalg] Add option to use the partial view after promotion. 2020-05-18 18:28:18 +02:00
lib [MLIR] [Linalg] Add option to use the partial view after promotion. 2020-05-18 18:28:18 +02:00
test [mlir] Support optional attributes in assembly formats 2020-05-18 18:34:35 +02:00
tools [mlir] Support optional attributes in assembly formats 2020-05-18 18:34:35 +02:00
unittests [mlir][DenseElementsAttr] Add support for opaque APFloat/APInt complex values. 2020-05-05 12:42:37 -07:00
utils [mlir] Change generate-test-checks.py to `%[[V:.*]]` style 2020-05-13 14:50:14 -07:00
.clang-format [mlir] add .clang-format 2019-03-29 12:41:43 -07:00
.clang-tidy Fix MLIR clang-tidy: when tweaking it does not inherit from the parent 2020-03-07 17:44:21 +00:00
CMakeLists.txt [MLIR] add dependencies for all tablegen targets on 'mlir-headers' 2020-05-01 20:08:52 -07:00
LICENSE.TXT Add the Apache2 with LLVM exceptions license to MLIR 2019-12-24 00:58:06 -08:00
README.md mlir README.md: Fix the syntax 2019-12-24 13:31:07 +01:00

README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.