llvm-project/mlir/test
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
..
Analysis [mlir][CallGraph] Add special call graph node for representing unknown callees 2022-09-09 20:22:59 +02:00
Bytecode [mlir:Bytecode] Add support for encoding resources 2022-09-13 11:39:19 -07:00
CAPI [mlir][arith] Change dialect name from Arithmetic to Arith 2022-09-29 11:23:28 -04:00
Conversion [mlir][spirv] Handle dynamic/static cases differntly for kernel capability 2022-09-29 19:34:42 -07:00
Dialect [mlir] fix DiagnosedSilenceableFailure::takeDiagnostics 2022-09-30 11:34:48 +00:00
Examples [mlir][standalone] Specify python path when configuring 2022-09-20 15:43:39 -04:00
IR [mlir] Add `OpAsmPrinter::printOptionalLocationSpecifier` 2022-09-29 15:58:10 -07:00
Integration [mlir][sparse] implement singleton dimension level type 2022-09-29 16:25:07 -07:00
Interfaces [mlir][TilingInterface] Fix `iter_args` handling in tile (and fuse). 2022-09-26 19:09:29 +00:00
Pass [MLIR] Fix after 4b27825. 2022-09-28 10:15:41 +02:00
Rewrite (Reland) [mlir] Switch segment size attributes to DenseI32ArrayAttr 2022-08-12 19:44:52 -04:00
Target [mlir][LLVMIR] Add translation of AtomicRMW/CmpXchg from LLVM IR 2022-09-26 15:07:30 -07:00
Transforms [mlir] use strided layout in structured codegen-related tests 2022-09-17 08:11:28 +02:00
Unit Resubmit "[MLIR] Remove unused config attributes from lit.site.cfg.py" 2022-09-03 09:02:37 +02:00
lib [mlir] Add `OpAsmPrinter::printOptionalLocationSpecifier` 2022-09-29 15:58:10 -07:00
mlir-cpu-runner [mlir][NFC] Fix polynomial Approx test. 2022-09-13 15:18:38 +08:00
mlir-linalg-ods-gen [mlir] Populate default attributes on op creation 2022-08-22 16:49:46 -07:00
mlir-lsp-server [mlir:LSP] Add a quickfix code action for inserting expected-* diagnostic checks 2022-07-20 15:43:59 -07:00
mlir-opt [mlir][spirv] Change dialect name from 'spv' to 'spirv' 2022-09-26 10:58:30 -04:00
mlir-pdll [mlir:PDLL] Actually run the integration tests 2022-09-01 12:37:18 -07:00
mlir-pdll-lsp-server [mlir:PDLL] Add support for inlay hints 2022-06-06 20:20:19 -07:00
mlir-reduce [MLIR] prefer /bin/sh over /bin/bash for simple test scripts 2022-04-21 20:25:17 -05:00
mlir-spirv-cpu-runner Revert "[mlir][spirv] Change td def/class prefix from SPV to SPIRV" 2022-09-26 12:40:35 -04:00
mlir-tblgen [mlir] Add `parseEllipsis` 2022-09-22 19:36:15 -07:00
mlir-translate [mlir][NFC] Update textual references of `func` to `func.func` in tool/runner tests 2022-04-20 22:17:30 -07:00
mlir-vulkan-runner Reland "[mlir][spirv] Change td def/class prefix from SPV to SPIRV" 2022-09-26 14:45:52 -04:00
python [mlir] Add Python bindings for StridedLayoutAttr 2022-09-29 11:03:30 +00:00
tblgen-lsp-server [TableGen:LSP] Resolve "go-to-def" on a let field to the base definition 2022-09-27 23:48:16 -07:00
APITest.h
CMakeLists.txt [MLIR] NFC: improve comment about MLIR_CMAKE_DIR. 2022-09-19 07:46:21 +02:00
lit.cfg.py [MLIR] Fix toy lit substitutions 2022-09-14 15:59:24 +02:00
lit.site.cfg.py.in [test][mlir] Restore used attributes deleted by D132726 2022-09-03 14:14:36 -07:00