llvm-project/mlir
Rahul Joshi c298824f9c [MLIR] Check for duplicate entries in attribute dictionary during custom parsing
- Verify that attributes parsed using a custom parser do not have duplicates.
- If there are duplicated in the attribute dictionary in the input, they get caught during the
  dictionary parsing.
- This check verifies that there is no duplication between the parsed dictionary and any
  attributes that might be added by the custom parser (or when the custom parsing code
  adds duplicate attributes).
- Fixes https://bugs.llvm.org/show_bug.cgi?id=48025

Differential Revision: https://reviews.llvm.org/D90502
2020-11-03 16:40:46 -08:00
..
cmake/modules [MLIR] Add support for defining Types in tblgen 2020-10-14 00:32:18 +00:00
docs [MLIR] Move eraseArguments and eraseResults to FunctionLike 2020-11-03 16:53:46 -07:00
examples Make the implicit nesting behavior of the PassManager user-controllable and default to false 2020-11-03 11:17:44 +00:00
include [MLIR] Check for duplicate entries in attribute dictionary during custom parsing 2020-11-03 16:40:46 -08:00
integration_test [mlir][vector] Improve vector distribute integration test and fix block distribution 2020-10-29 14:54:53 -07:00
lib [MLIR] Check for duplicate entries in attribute dictionary during custom parsing 2020-11-03 16:40:46 -08:00
test [MLIR] Check for duplicate entries in attribute dictionary during custom parsing 2020-11-03 16:40:46 -08:00
tools [mlir][Bufferize] Rename TestBufferPlacement to TestFinalizingBufferize 2020-11-02 12:42:32 -08:00
unittests Make the implicit nesting behavior of the PassManager user-controllable and default to false 2020-11-03 11:17:44 +00:00
utils [mlir] Fix TypeID lookup in GDB pretty printers. 2020-10-27 07:12:32 +01:00
.clang-format
.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][mlir-spirv-cpu-runner] A SPIR-V cpu runner prototype 2020-10-26 09:09:29 -04: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.