llvm/mlir/test
Thomas Raoux 0670f855a7 [mlir][spirv] Add support for lowering scf.for scf/if with return value
This allow lowering to support scf.for and scf.if with results. As right now
spv region operations don't have return value the results are demoted to
Function memory. We create one allocation per result right before the region
and store the yield values in it. Then we can load back the value from
allocation to be able to use the results.

Differential Revision: https://reviews.llvm.org/D82246
2020-07-01 17:08:08 -07:00
..
Analysis Change filecheck default to dump input on failure 2020-06-09 18:57:46 +00:00
Conversion [mlir][spirv] Add support for lowering scf.for scf/if with return value 2020-07-01 17:08:08 -07:00
Dialect [mlir][Linalg] Add an option to use Alloca instead of malloc/free pairs. 2020-07-01 09:44:01 -04:00
EDSC [mlir] add unsigned comparison builders to Affine EDSC 2020-06-29 23:30:49 +02:00
Examples [lit] Improve naming of test result categories 2020-06-05 08:14:42 -07:00
IR [mlir] do not hardcode the name of the undefined function in the error message 2020-06-29 10:05:06 +02:00
lib [mlir] Refactor InterfaceGen to support generating interfaces for Attributes and Types. 2020-06-30 15:52:33 -07:00
mlir-cpu-runner [mlir] support returning unranked memrefs 2020-06-26 15:37:37 +02:00
mlir-cuda-runner [MLIR][Standard] Make the dim operation index an operand. 2020-06-10 13:54:47 +00:00
mlir-linalg-ods-gen
mlir-opt
mlir-rocm-runner [mlir][rocdl] Fixing breakage of dim operator from 904f91db 2020-06-11 17:35:22 +00:00
mlir-tblgen [mlir] Refactor InterfaceGen to support generating interfaces for Attributes and Types. 2020-06-30 15:52:33 -07:00
mlir-vulkan-runner [mlir][vulkan-runner] add support for memref of i8, i16 types in vulkan runner 2020-06-18 13:24:51 -07:00
Pass
SDBM
Target [mlir] LLVM dialect: use addressof instead of constant to create function pointers 2020-06-29 12:21:33 +02:00
Transforms [mlir] Extended BufferPlacement to support nested region control flow. 2020-06-30 12:10:01 +02:00
Unit
APITest.h
CMakeLists.txt [mlir][gpu] Introduce mlir-rocm-runner. 2020-06-05 09:46:39 -05:00
lit.cfg.py Fix check-mlir target when the host target isn't configured 2020-06-19 06:36:20 +00:00
lit.site.cfg.py.in [mlir][gpu] Introduce mlir-rocm-runner. 2020-06-05 09:46:39 -05:00