llvm-project/mlir/test
Rahul Joshi 8067ced144 [MLIR] Introduce generic visitors.
- Generic visitors invoke operation callbacks before/in-between/after visiting the regions
  attached to an operation and use a `WalkStage` to indicate which regions have been
  visited.
- This can be useful for cases where we need to visit the operation in between visiting
  regions attached to the operation.

Differential Revision: https://reviews.llvm.org/D116230
2022-01-14 09:15:27 -08:00
..
Analysis [mlir] Make topologicalSort iterative and consider op regions 2021-11-10 10:05:01 -08:00
CAPI Mark some MLIR tests as requiring the native target to be configured 2022-01-14 07:23:14 +00:00
Conversion Enable ReassociatingReshapeOpConversion with "non-identity" layouts. 2022-01-13 17:46:20 +00:00
Dialect [MLIR] NFC. affine data copy generate utility return value cleanup 2022-01-14 19:37:05 +05:30
Examples Re-apply "[mlir] Allow out-of-tree python building from installed MLIR." 2021-11-14 20:31:34 -08:00
IR [MLIR] Introduce generic visitors. 2022-01-14 09:15:27 -08:00
Integration [mlir][linalg][bufferize] Use memref.copy instead of linalg.copy 2022-01-14 22:29:05 +09:00
Interfaces [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
Pass [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
Rewrite Introduced iterative bytecode execution. 2021-11-26 18:11:37 +05:30
Target [mlir] Fix invalid assertion in ModuleTranslation.cpp 2022-01-14 12:56:33 +01:00
Transforms Add inliner interface for GPU dialect 2022-01-12 12:55:02 +05:30
Unit Revert "Attempt to disable MLIR JIT tests on PowerPC to unbreak the bot" 2021-06-29 18:03:23 -05:00
lib [MLIR] Introduce generic visitors. 2022-01-14 09:15:27 -08:00
mlir-cpu-runner [mlir][memref] Fix memref.copy of scalar memref 2022-01-14 16:13:12 +01:00
mlir-linalg-ods-gen [mlir][OpDSL] Rename `PrimFn` to `ArithFn`. 2022-01-07 12:38:03 +00:00
mlir-lsp-server [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
mlir-opt [Coroutines] Set presplit attribute in Clang and mlir 2022-01-05 10:25:02 +08:00
mlir-pdll/Parser [PDLL] Add a `rewrite` statement to enable complex rewrites 2021-12-16 02:08:13 +00:00
mlir-reduce [mlir-reduce] Reducer refactor. 2021-06-02 07:45:00 +08:00
mlir-spirv-cpu-runner Fix clang-tidy issues in mlir/ (NFC) 2021-12-20 20:25:01 +00:00
mlir-tblgen [mlir] Fix attaching side effects on `FlatSymbolRefAttr` 2022-01-13 19:57:01 +01:00
mlir-translate [mlir] Print the correct tool name in mlirTranslateMain 2021-01-05 19:17:01 -08:00
mlir-vulkan-runner [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
python Mark some MLIR tests as requiring the native target to be configured 2022-01-14 07:23:14 +00:00
APITest.h Adjust "end namespace" comment in MLIR to match new agree'd coding style 2021-12-08 06:05:26 +00:00
CMakeLists.txt Fix a comment in CMake (NFC) 2022-01-14 07:33:06 +00:00
lit.cfg.py Mark some MLIR tests as requiring the native target to be configured 2022-01-14 07:23:14 +00:00
lit.site.cfg.py.in [MLIR][GPU] Add target arguments to SerializeToHsaco 2021-11-18 16:28:44 +00:00