llvm-project/mlir/test
MaheshRavishankar 1c12a95d9c [mlir][StandardToSPIRV] Handle conversion of cmpi operation with i1
type operands.

The instructions used to convert std.cmpi cannot have i1 types
according to SPIR-V specification. A different set of operations are
specified in the SPIR-V spec for comparing boolean types. Enhance the
StandardToSPIRV lowering to target these instructions when operands to
std.cmpi operation are of i1 type.

Differential Revision: https://reviews.llvm.org/D79049
2020-04-29 10:09:03 -07:00
..
Analysis [mlir] Extended Liveness analysis to support nested regions. 2020-04-23 16:19:54 +02:00
Conversion [mlir][StandardToSPIRV] Handle conversion of cmpi operation with i1 2020-04-29 10:09:03 -07:00
Dialect [MLIR] Introduce op trait PolyhedralScope (revised) 2020-04-29 16:08:23 +05:30
EDSC [mlir][EDSC] Retire OperationHandle 2020-04-29 00:32:44 -04:00
Examples [MLIR] Update tutorial to add missing tests and bring directory paths and code snippets up to date. 2020-04-17 20:15:16 -07:00
IR Make ops with StructAttr's actually verify `isa<TheStruct>`. 2020-04-28 14:00:18 -07:00
Pass Refactor the way that pass options are specified. 2019-12-23 16:48:22 -08:00
SDBM [mlir] Remove need for static global ctors from mlir-translate 2020-04-08 16:52:33 -06:00
Target Fix MLIR test case failure caused by 89e0662dee 2020-04-14 09:54:22 +05:30
Transforms [MLIR] Give AffineStoreOp and AffineLoadOp Memory SideEffects. 2020-04-28 15:45:25 +02:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib [MLIR] Introduce op trait PolyhedralScope (revised) 2020-04-29 16:08:23 +05:30
mlir-cpu-runner [mlir][test] NFC - Rename cblas to mlir_test_cblas 2020-04-09 16:13:33 -04:00
mlir-cuda-runner [MLIR] Allow for multiple gpu modules during translation. 2020-04-16 14:18:31 +02:00
mlir-linalg-ods-gen [mlir][EDSC] Retire ValueHandle 2020-04-23 11:01:16 -04:00
mlir-opt Keep output file after successful execution of mlir-opt 2020-04-08 03:37:45 +00:00
mlir-tblgen [mlir][flang] use OpBuilder& instead of Builder* in <Op>::build methods 2020-04-28 10:42:08 +02:00
mlir-vulkan-runner [mlir][vulkan-runner] Add support for integer types. 2020-04-22 19:42:39 +03: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][Linalg] Create a tool to generate named Linalg ops from a Tensor Comprehensions-like specification. 2020-04-10 13:59:25 -04:00
lit.cfg.py [mlir][Linalg] Create a tool to generate named Linalg ops from a Tensor Comprehensions-like specification. 2020-04-10 13:59:25 -04:00
lit.site.cfg.py.in [MLIR] Add simple runner utilities for timing 2020-03-31 23:08:29 +05:30