[all-commits] [llvm/llvm-project] 61dce0: [mlir] Add async.await operation to async dialect
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Mon Oct 12 21:05:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 61dce0f308e35df1edbd3061af339a3aff8d1f35
https://github.com/llvm/llvm-project/commit/61dce0f308e35df1edbd3061af339a3aff8d1f35
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2020-10-12 (Mon, 12 Oct 2020)
Changed paths:
M mlir/include/mlir/Dialect/Async/IR/AsyncOps.td
M mlir/lib/Dialect/Async/IR/Async.cpp
M mlir/test/Dialect/Async/ops.mlir
A mlir/test/Dialect/Async/verify.mlir
Log Message:
-----------
[mlir] Add async.await operation to async dialect
Add async.await operation to "unwrap" async.values
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D89137
More information about the All-commits
mailing list