llvm-project/mlir
Federico Lebrón 2141705337 Fix operator!= for Dialects.
Currently the global operator!=(bool, bool) is selected due to the implicit bool
conversion operator. Since this is never the desired semantics, we give it a
standard operator!= and make the bool conversion explicit.

Depends On D86809

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D86810
2020-09-10 19:18:24 +00:00
..
cmake/modules [mlir] Make mlir_check_link_libraries() work with interface libraries 2020-08-14 11:39:04 -07:00
docs Update SVG images to be properly cropped (NFC) 2020-09-08 00:56:10 +00:00
examples [mlir] Refactor standalone-translate to use mlirTranslateMain() 2020-09-04 15:26:44 +02:00
include Fix operator!= for Dialects. 2020-09-10 19:18:24 +00:00
integration_test [mlir][Linalg] Integration tests for convolutions added. 2020-09-09 11:37:28 +00:00
lib Allow Dialects to be initialized via nullptr. 2020-09-10 19:14:53 +00:00
test Introduce linalg.vecmat 2020-09-10 18:48:14 +02:00
tools [mlir] Conv ops vectorization pass 2020-09-08 08:47:42 +00:00
unittests [mlir] Support default valued attribute in StructsGen 2020-09-03 09:46:44 -04:00
utils Revert "Adding GDB PrettyPrinter for mlir::Identifier." 2020-09-03 08:28:15 +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] Initial version of C APIs 2020-08-05 15:04:08 +02: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.