summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorEugene Zhulenev <ezhulenev@google.com>2020-10-30 05:19:42 -0700
committerEugene Zhulenev <ezhulenev@google.com>2020-10-30 05:59:03 -0700
commitf507aa17b791af3028d321ccfb83c5bfaf315f02 (patch)
treec74a66056f8a0cd92ec632b902559cac1be8602f /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent52ff86d25598175d3304498b14c0f6c780e46ae3 (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