llvm-project/mlir/test
Alex Zinenko bc18624b40 [mlir] vector.type_cast: disallow memrefs with layout in verifier
Summary:
These are not supported by any of the code using `type_cast`. In the general
case, such casting would require memrefs to handle a non-contiguous vector
representation or misaligned vectors (e.g., if the offset of the source memref
is not divisible by vector size, since offset in the target memref is expressed
in the number of elements).

Differential Revision: https://reviews.llvm.org/D76349
2020-03-19 10:15:41 +01:00
..
Analysis [mlir] Update the CallGraph for nested symbol references, and simplify CallableOpInterface 2020-01-13 15:51:28 -08:00
Conversion [mlir][spirv] Consolidate std.constant to spv.constant conversions 2020-03-18 20:11:05 -04:00
Dialect [mlir] vector.type_cast: disallow memrefs with layout in verifier 2020-03-19 10:15:41 +01:00
EDSC [mlir][NFC] Renamed VectorOps to Vector 2020-03-17 15:28:08 -07:00
Examples [mlir][Tutorial] Make parsing an empty file print a better error. 2020-03-03 13:21:05 -08:00
IR Affine expr simplification for add of const multiple of same expression 2020-03-17 08:22:17 +05:30
Pass Refactor the way that pass options are specified. 2019-12-23 16:48:22 -08:00
Quantizer Convert the Canonicalize and CSE passes to generic Operation Passes. 2019-10-24 15:01:09 -07:00
SDBM [MLIR] Fixes for BUILD_SHARED_LIBS=on 2020-03-06 13:25:18 -08:00
Target [mlir][LLVM] Add masked reads and writes. 2020-03-18 16:19:07 -04:00
Transforms [mlir] Introduced CallOp Dialect Conversion 2020-03-18 20:07:38 -07:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib [mlir] Introduced CallOp Dialect Conversion 2020-03-18 20:07:38 -07:00
mlir-cpu-runner Revert "[MLIR] Move from using target_link_libraries to LINK_LIBS for llvm libraries." 2020-02-29 11:52:08 -08:00
mlir-cuda-runner [MLIR] Add `and`, `or`, `xor`, `min`, `max` too gpu.all_reduce and the nvvm lowering 2020-03-11 14:07:04 +01:00
mlir-opt [MLIR] add show-dialects option for mlir-opt 2020-02-27 10:43:39 -08:00
mlir-tblgen [mlir] Automatically add DerivedAttribute op interface 2020-03-13 14:26:30 -07:00
mlir-vulkan-runner [mlir][spirv] Use spv.vce in spv.module and wire up (de)serialization 2020-03-12 19:37:45 -04: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] NFC - Split out RunnerUtils that don't require a C++ runtime 2020-02-27 14:14:11 -05:00
lit.cfg.py [mlir][spirv] Add mlir-vulkan-runner 2020-02-19 11:37:26 -05:00
lit.site.cfg.py.in [mlir][spirv] Add mlir-vulkan-runner 2020-02-19 11:37:26 -05:00