diff options
| author | Eugene Zhulenev <ezhulenev@google.com> | 2020-10-30 05:19:42 -0700 |
|---|---|---|
| committer | Eugene Zhulenev <ezhulenev@google.com> | 2020-10-30 05:59:03 -0700 |
| commit | f507aa17b791af3028d321ccfb83c5bfaf315f02 (patch) | |
| tree | c74a66056f8a0cd92ec632b902559cac1be8602f /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
| parent | 52ff86d25598175d3304498b14c0f6c780e46ae3 (diff) | |
[mlir] Implement lowering to LLVM of async.execute ops with token dependencies
Add support for lowering `async.execute` operations with token dependencies
Example:
```
%dep = ... : !async.token
%token = async.execute[%dep] {
...
}
```
Token dependencies lowered to `async.await` operations inside the outline coroutine body.
Reviewed By: herhut, mehdi_amini, ftynse
Differential Revision: https://reviews.llvm.org/D89958
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
