[all-commits] [llvm/llvm-project] 25f80e: [mlir] Async: add a separate pass to lower from as...

Eugene Zhulenev via All-commits all-commits at lists.llvm.org
Tue Jan 26 03:38:38 PST 2021


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

  Changed paths:
    M mlir/include/mlir/Dialect/Async/Passes.h
    M mlir/include/mlir/Dialect/Async/Passes.td
    M mlir/integration_test/Dialect/Async/CPU/microbench-linalg-async-parallel-for.mlir
    M mlir/integration_test/Dialect/Async/CPU/test-async-parallel-for-1d.mlir
    M mlir/integration_test/Dialect/Async/CPU/test-async-parallel-for-2d.mlir
    M mlir/lib/Conversion/AsyncToLLVM/AsyncToLLVM.cpp
    A mlir/lib/Dialect/Async/Transforms/AsyncToAsyncRuntime.cpp
    M mlir/lib/Dialect/Async/Transforms/CMakeLists.txt
    M mlir/test/Conversion/AsyncToLLVM/convert-to-llvm.mlir
    A mlir/test/Dialect/Async/async-to-async-runtime.mlir
    M mlir/test/mlir-cpu-runner/async-group.mlir
    M mlir/test/mlir-cpu-runner/async-value.mlir
    M mlir/test/mlir-cpu-runner/async.mlir

  Log Message:
  -----------
  [mlir] Async: add a separate pass to lower from async to async.coro and async.runtime

Depends On D95000

Move async.execute outlining and async -> async.runtime lowering into the separate Async transformation pass

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list