llvm-project/mlir/test
River Riddle d1baf28954 [mlir] Add support to SourceMgrDiagnosticHandler for filtering FileLineColLocs
This revision adds support for passing a functor to SourceMgrDiagnosticHandler for filtering out FileLineColLocs when emitting a diagnostic. More specifically, this can be useful in situations where there may be large CallSiteLocs with locations that aren't necessarily important/useful for users.

For now the filtering support is limited to FileLineColLocs, but conceptually we could allow filtering for all locations types if a need arises in the future.

Differential Revision: https://reviews.llvm.org/D103649
2021-06-18 21:12:28 +00:00
..
Analysis [mlir] Add support for querying the ModRef behavior from the AliasAnalysis class 2021-05-27 13:57:29 -07:00
CAPI [MLIR] Execution engine python binding support for shared libraries 2021-06-12 05:46:38 +05:30
Conversion Support lowering of index-cast on vector types. 2021-06-15 12:51:30 -07:00
Dialect [MLIR] Introduce scf.execute_region op 2021-06-18 15:22:33 +05:30
Examples [MLIR] Fix Standalone dialect test to work in out-of-tree builds 2021-06-02 17:24:46 +00:00
IR [mlir] Add support to SourceMgrDiagnosticHandler for filtering FileLineColLocs 2021-06-18 21:12:28 +00:00
Integration [mlir][sparse] Add Matricized Tensor Times Khatri-Rao Product (MTTKRP) integration test 2021-06-17 16:53:12 +00:00
Interfaces [mlir] Move `memref.dim` canonicalization using `InferShapedTypeOpInterface` to a separate pass. 2021-06-16 22:13:11 -07:00
Pass [mlir-ir-printing] Prefix the dump message with the split marker(// -----) 2021-06-10 17:34:50 -07:00
Rewrite [mlir][PDL] Add support for variadic operands and results in the PDL byte code 2021-03-16 13:20:19 -07:00
SDBM Remove global dialect registration 2020-10-24 00:35:55 +00:00
Target 2d Arm Neon sdot op, and lowering to the intrinsic. 2021-06-10 14:36:39 -07:00
Transforms [mlir] Move `memref.dim` canonicalization using `InferShapedTypeOpInterface` to a separate pass. 2021-06-16 22:13:11 -07:00
Unit [lit] Sort test start times based on prior test timing data 2021-03-16 05:23:04 -04:00
lib [mlir] Add support to SourceMgrDiagnosticHandler for filtering FileLineColLocs 2021-06-18 21:12:28 +00:00
mlir-cpu-runner [mlir] Async: Add error propagation support to async groups 2021-05-27 09:35:11 -07:00
mlir-linalg-ods-gen [mlir][linalg] Adapt yaml codegen to support scalar parameters. 2021-06-15 15:20:48 +00:00
mlir-lsp-server [mlir-lsp-server] Add support for textDocument/documentSymbols 2021-06-10 10:58:39 -07:00
mlir-opt [mlir][sparse] fixed typo: sparse -> sparse_tensor 2021-05-03 14:19:09 -07:00
mlir-reduce [mlir-reduce] Reducer refactor. 2021-06-02 07:45:00 +08:00
mlir-spirv-cpu-runner [mlir] fix SPIR-V CPU and Vulkan runners after e2310704d8 2021-03-15 18:36:58 +01:00
mlir-tblgen [mlir:OpFormatGen] Add Support for `$_ctxt` in the transformer. 2021-06-14 18:02:55 -07:00
mlir-translate [mlir] Print the correct tool name in mlirTranslateMain 2021-01-05 19:17:01 -08:00
mlir-vulkan-runner [mlir] fix SPIR-V CPU and Vulkan runners after e2310704d8 2021-03-15 18:36:58 +01:00
python Decouple registring passes from specifying argument/description 2021-06-16 23:41:50 +00:00
APITest.h Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
CMakeLists.txt [mlir][sparse] Add Matricized Tensor Times Khatri-Rao Product (MTTKRP) integration test 2021-06-17 16:53:12 +00:00
lit.cfg.py [MLIR] Drop stale reference to mlir-edsc-builder-api-test 2021-05-22 16:11:29 +05:30
lit.site.cfg.py.in [MLIR] Fix Standalone dialect test to work in out-of-tree builds 2021-06-02 17:24:46 +00:00