llvm/mlir/test
Adrian Kuegel 2219f9f57c [mlir][MemRef] Fix MemRefCopyOpLowering to use correct number of bytes
When lowering to memrefCopy call, the size for i1 type was calculated as 0.
Instead of using getTypeSizeInBits() and dividing by 8, we should just use getTypeSize().

Differential Revision: https://reviews.llvm.org/D119540
2022-02-11 13:59:08 +01:00
..
Analysis [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
CAPI [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
Conversion [mlir][MemRef] Fix MemRefCopyOpLowering to use correct number of bytes 2022-02-11 13:59:08 +01:00
Dialect [mlir][OpDSL] Add support for basic rank polymorphism. 2022-02-11 08:27:49 +00:00
Examples
Integration [mlir][sparse][pytaco] add SDDMM test with two different ways of defining kernel 2022-02-10 13:33:06 -08:00
Interfaces
IR Add a new interface method getAsmBlockName() on OpAsmOpInterface to control block names 2022-02-11 08:46:08 +00:00
lib Add a new interface method getAsmBlockName() on OpAsmOpInterface to control block names 2022-02-11 08:46:08 +00:00
mlir-cpu-runner [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
mlir-linalg-ods-gen [mlir][OpDSL] Add support for basic rank polymorphism. 2022-02-11 08:27:49 +00:00
mlir-lsp-server [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
mlir-opt [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
mlir-pdll/Parser [PDLL] Add support for user defined constraint and rewrite functions 2022-02-10 12:48:59 -08:00
mlir-reduce [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
mlir-spirv-cpu-runner
mlir-tblgen [mlir][ods] Attribute and type formats: support whitespaces 2022-02-08 23:27:36 +00:00
mlir-translate [mlir-translate] Teach these tools about --allow-unregistered-dialect 2022-02-03 09:00:38 -08:00
mlir-vulkan-runner [mlir] Replace StrEnumAttr -> EnumAttr in core dialects 2022-01-18 17:15:00 +00:00
Pass [mlir:PassOptions] Fix parsing of nested option values/better handle escaping 2022-01-26 21:37:22 -08:00
python [mlir][OpDSL] Add support for basic rank polymorphism. 2022-02-11 08:27:49 +00:00
Rewrite
Target [mlir][LLVM] Add support for adding a garbage collector to a LLVM function 2022-02-11 10:23:51 +01:00
Transforms [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
Unit
APITest.h
CMakeLists.txt Disable the MLIR ExecutionEngine library when the native target is not configured 2022-01-15 19:36:27 +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