llvm-project/mlir/test
Yi Zhang 7c35aae35b Mark TensorDialect legal and PadTensor op illegal
`GeneralizePadTensorOpPattern` might generate `tensor.dim` op so the
TensorDialect should be marked legal. This pattern should also
transform all `linalg.pad_tensor` ops so mark those as illegal. Those
changes are missed from a previous change in
https://reviews.llvm.org/D105293

Reviewed By: silvas

Differential Revision: https://reviews.llvm.org/D105642
2021-07-08 15:02:22 -07:00
..
Analysis [mlir] Add support for querying the ModRef behavior from the AliasAnalysis class 2021-05-27 13:57:29 -07:00
CAPI Add C API files for the LLVM dialect 2021-07-02 11:55:44 -07:00
Conversion [SCF] Handle lowering of Execute region to Standard CFG 2021-07-07 15:27:21 -04:00
Dialect Mark TensorDialect legal and PadTensor op illegal 2021-07-08 15:02:22 -07:00
Examples [MLIR] Fix Standalone dialect test to work in out-of-tree builds 2021-06-02 17:24:46 +00:00
IR [mlir] Escape strings of opaque attributes 2021-07-05 12:13:36 +02:00
Integration [mlir][vector] Refactor Vector Unrolling and remove Tuple ops 2021-07-07 11:11:26 -07:00
Interfaces [mlir][tensor] Add tensor.dim operation 2021-07-01 10:00:19 +09:00
Pass [mlir] Add a ThreadPool to MLIRContext and refactor MLIR threading usage 2021-06-23 01:29:24 +00:00
Rewrite [mlir][PDL] Add support for variadic operands and results in the PDL byte code 2021-03-16 13:20:19 -07:00
Target [mlir] Allow conversion to LLVM for ElementsAttr's with size 0 2021-07-07 11:15:20 -07:00
Transforms [mlir][tensor] Add tensor.dim operation 2021-07-01 10:00:19 +09:00
Unit Revert "Attempt to disable MLIR JIT tests on PowerPC to unbreak the bot" 2021-06-29 18:03:23 -05:00
lib [mlir][vector] Refactor Vector Unrolling and remove Tuple ops 2021-07-07 11:11:26 -07:00
mlir-cpu-runner [mlir][llvm] Add a test for memref.copy lowering to llvm 2021-06-30 10:49:29 +02:00
mlir-linalg-ods-gen [mlir][linalg] Remove the StructuredOp capture mechanism. 2021-06-28 07:57:40 +00:00
mlir-lsp-server [mlir-lsp-server] Add support for textDocument/documentSymbols 2021-06-10 10:58:39 -07:00
mlir-opt [mlir] Remove SDBM 2021-06-29 14:46:26 +02: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-tblgen] Avoid ODS verifier duplication 2021-07-05 10:09:41 +08: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 [mlir][linalg][python] Add exp and log to the OpDSL. 2021-07-08 08:48:23 +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 Add C API files for the LLVM dialect 2021-07-02 11:55:44 -07:00
lit.cfg.py [mlir] Remove SDBM 2021-06-29 14:46:26 +02:00
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