llvm-capstone/mlir
Siddharth Bhat e83c6aa91e [MLIR] [LangRef] Clarify parsing of dense<...>
dense<...> expects ... to be a tensor-literal.
Define this in the grammar in BuiltinAttributes.td,
and reflect this in the reference grammar written in
AttributeParser.cpp.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D121048
2022-03-16 22:25:52 +05:30
..
benchmark/python [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00
cmake/modules Remove include_directories() from cmake mlir_tablegen() function (NFC) 2022-03-14 04:36:24 +00:00
docs [mlir][bufferize] Update documentation with allow-return-allocs 2022-03-16 23:30:09 +09:00
examples Use lit_config.substitute instead of foo % lit_config.params everywhere 2022-03-16 09:57:41 +01:00
include [MLIR] [LangRef] Clarify parsing of dense<...> 2022-03-16 22:25:52 +05:30
lib [MLIR] [LangRef] Clarify parsing of dense<...> 2022-03-16 22:25:52 +05:30
python NFC: Remove unterminated string from Python pyi file. 2022-03-14 14:10:38 -07:00
test [mlir][bufferize] Allow non-equivalent yields from scf.for loops 2022-03-16 23:22:06 +09:00
tools [mlir] Remove the deprecated ODS Op verifier/parser/printer code blocks 2022-03-15 01:17:30 -07:00
unittests [MLIR][Presburger] Add support for PresburgerRelation 2022-03-13 17:31:19 +05:30
utils [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00
.clang-format
.clang-tidy
CMakeLists.txt [mlir] Add option to control python search priming 2022-03-01 14:52:56 -08:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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