[all-commits] [llvm/llvm-project] d37b53: [mlir:Async] Use LLVM coro operations in async.cor...

Eugene Zhulenev via All-commits all-commits at lists.llvm.org
Mon Jan 25 16:46:36 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d37b5393e89128c51b02dafbd1da3fa525bf9881
      https://github.com/llvm/llvm-project/commit/d37b5393e89128c51b02dafbd1da3fa525bf9881
  Author: Eugene Zhulenev <ezhulenev at google.com>
  Date:   2021-01-25 (Mon, 25 Jan 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Async/IR/AsyncOps.td
    M mlir/lib/Conversion/AsyncToLLVM/AsyncToLLVM.cpp
    M mlir/test/Conversion/AsyncToLLVM/convert-coro-to-llvm.mlir
    M mlir/test/Conversion/AsyncToLLVM/convert-runtime-to-llvm.mlir
    M mlir/test/Conversion/AsyncToLLVM/convert-to-llvm.mlir

  Log Message:
  -----------
  [mlir:Async] Use LLVM coro operations in async.coro lowering

Instead of using llvm.call operations to call LLVM coro intrinsics use Coro operations from the LLVM dialect.

(This was reviewed as a part of https://reviews.llvm.org/D94923 but was lost in arc land from local branch)

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




More information about the All-commits mailing list