[all-commits] [llvm/llvm-project] 61422c: [mlir] Async: add support for lowering async value...
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Fri Dec 25 02:25:37 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61422c8b661c506b25b5ac705cdbb2265af120d1
https://github.com/llvm/llvm-project/commit/61422c8b661c506b25b5ac705cdbb2265af120d1
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2020-12-25 (Fri, 25 Dec 2020)
Changed paths:
M mlir/lib/Conversion/AsyncToLLVM/AsyncToLLVM.cpp
M mlir/test/Conversion/AsyncToLLVM/convert-to-llvm.mlir
M mlir/test/mlir-cpu-runner/async-value.mlir
Log Message:
-----------
[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
More information about the All-commits
mailing list