llvm-project/mlir/test/mlir-cpu-runner
Eugene Zhulenev 61422c8b66 [mlir] Async: add support for lowering async value operands to LLVM
Depends On D93592

Add support for `async.execute` async value unwrapping operands:

```
%token = async.execute(%async_value as %unwrapped : !async.value<!my.type>) {
  ...
  async.yield
}
```

Reviewed By: csigg

Differential Revision: https://reviews.llvm.org/D93598
2020-12-25 02:25:20 -08:00
..
include Switch from C-style comments `/* ... */` to C++ style `//` (NFC) 2020-11-04 18:11:13 +00:00
CMakeLists.txt [mlir][test] NFC - Rename cblas to mlir_test_cblas 2020-04-09 16:13:33 -04:00
async-group.mlir [mlir] Async: re-enable tests after fixing fkakines 2020-12-16 11:07:03 -08:00
async-value.mlir [mlir] Async: add support for lowering async value operands to LLVM 2020-12-25 02:25:20 -08:00
async.mlir [mlir] Async: re-enable tests after fixing fkakines 2020-12-16 11:07:03 -08:00
bare_ptr_call_conv.mlir [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
global_memref.mlir [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
linalg_integration_test.mlir [mlir][Linalg] Evolve named ops to use assembly form and support linalg on tensors. 2020-09-18 06:14:30 -04:00
lit.local.cfg Fix `check-mlir` target when the host target isn't configured 2020-06-19 06:36:20 +00:00
memref_reinterpret_cast.mlir [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
memref_reshape.mlir [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
mlir_test_cblas.cpp [mlir][test] NFC - Rename cblas to mlir_test_cblas 2020-04-09 16:13:33 -04:00
mlir_test_cblas_interface.cpp [mlir][test] NFC - Rename cblas to mlir_test_cblas 2020-04-09 16:13:33 -04:00
sgemm_naive_codegen.mlir [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
simple.mlir [mlir] switch the modeling of LLVM types to use the new mechanism 2020-08-04 14:29:25 +02:00
unranked_memref.mlir [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
utils.mlir [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00