[all-commits] [llvm/llvm-project] 655af6: [MLIR] Add async.value type to Async dialect

Eugene Zhulenev via All-commits all-commits at lists.llvm.org
Wed Sep 30 11:30:27 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 655af658c93bf7f133341e7eb5a2dfa176282781
      https://github.com/llvm/llvm-project/commit/655af658c93bf7f133341e7eb5a2dfa176282781
  Author: Eugene Zhulenev <ezhulenev at google.com>
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/Async/IR/Async.h
    M mlir/include/mlir/Dialect/Async/IR/AsyncBase.td
    M mlir/include/mlir/Dialect/Async/IR/AsyncOps.td
    M mlir/lib/Dialect/Async/IR/Async.cpp
    M mlir/test/Dialect/Async/ops.mlir

  Log Message:
  -----------
  [MLIR] Add async.value type to Async dialect

Return values from async regions as !async.value<...>.

Reviewed By: mehdi_amini, csigg

Differential Revision: https://reviews.llvm.org/D88510




More information about the All-commits mailing list