llvm-project/mlir
Mehdi Amini 7265688e09 Use more references in MLIR Diagnostic handling (NFC)
This saves some copies of non-trivial objects, flagged by Coverity.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D117525
2022-01-18 06:45:04 +00:00
..
cmake/modules Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs." 2022-01-16 05:48:30 +00:00
docs Clarify that fold() can't "erase" an operation in the MLIR Canonicalization doc (NFC) 2022-01-13 18:43:18 +00:00
examples Apply clang-tidy fixes for performance-unnecessary-value-param in MLIRGen.cpp (NFC) 2022-01-14 18:08:42 +00:00
include Use more references in MLIR Diagnostic handling (NFC) 2022-01-18 06:45:04 +00:00
lib Use more references in MLIR Diagnostic handling (NFC) 2022-01-18 06:45:04 +00:00
python Disable the MLIR ExecutionEngine library when the native target is not configured 2022-01-15 19:36:27 +00:00
test Enable useDefault{Type/Attribute}PrinterParser by default in ODS Dialect definition 2022-01-18 06:36:34 +00:00
tools Enable useDefault{Type/Attribute}PrinterParser by default in ODS Dialect definition 2022-01-18 06:36:34 +00:00
unittests [mlir] Remove getNumberOfExecutions from RegionBranchOpInterface 2022-01-14 13:15:27 -08:00
utils Update mlir GDB printers 2022-01-06 22:20:25 +01:00
.clang-format
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs." 2022-01-16 05:48:30 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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