llvm-project/mlir
Alex Zinenko 8975fb0b26 [mlir] fix DiagnosedSilenceableFailure::takeDiagnostics
This function was returning an rvalue reference to an object that was
also cleared via RAII when the function returned, making it always
return an empty object. Make it accept the mutable reference to the
object instead to avoid this dangerous behavior.

Reviewed By: guraypp

Differential Revision: https://reviews.llvm.org/D134948
2022-09-30 11:34:48 +00:00
..
benchmark/python [mlir][sparse] Expose SparseTensor passes as enums instead of opaque numbers for vectorization and parallelization options. 2022-09-04 01:39:35 +00:00
cmake/modules [CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited, part 2 2022-09-14 15:48:58 -04:00
docs [mlir][arith] Change dialect name from Arithmetic to Arith 2022-09-29 11:23:28 -04:00
examples [mlir][arith] Change dialect name from Arithmetic to Arith 2022-09-29 11:23:28 -04:00
include [mlir] fix DiagnosedSilenceableFailure::takeDiagnostics 2022-09-30 11:34:48 +00:00
lib [mlir][SCF] Apply ClangTidyPerformance finding (NFC) 2022-09-30 12:47:32 +02:00
python [mlir][arith] Change dialect name from Arithmetic to Arith 2022-09-29 11:23:28 -04:00
test [mlir] fix DiagnosedSilenceableFailure::takeDiagnostics 2022-09-30 11:34:48 +00:00
tools [mlir][arith] Change dialect name from Arithmetic to Arith 2022-09-29 11:23:28 -04:00
unittests [mlir][arith] Change dialect name from Arithmetic to Arith 2022-09-29 11:23:28 -04:00
utils [vscode-mlir] Bump to version 0.0.11 2022-09-28 02:50:24 -07:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy [mlir] Disable `misc-const-correctness` clang-tidy check. 2022-08-03 10:18:43 +02:00
CMakeLists.txt Revert "[cmake] Use `CMAKE_INSTALL_LIBDIR` too" 2022-08-18 22:46:32 -04:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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