[all-commits] [llvm/llvm-project] 36ce91: Revert "Revert "[mlir] Convert from Async dialect ...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Thu Oct 22 12:24:23 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 36ce915ac54a97d40c8e340afe7d46398d97b4ee
https://github.com/llvm/llvm-project/commit/36ce915ac54a97d40c8e340afe7d46398d97b4ee
Author: Lei Zhang <antiagainst at google.com>
Date: 2020-10-22 (Thu, 22 Oct 2020)
Changed paths:
A mlir/include/mlir/Conversion/AsyncToLLVM/AsyncToLLVM.h
M mlir/include/mlir/Conversion/Passes.h
M mlir/include/mlir/Conversion/Passes.td
M mlir/include/mlir/Dialect/Async/IR/AsyncOps.td
A mlir/include/mlir/ExecutionEngine/AsyncRuntime.h
A mlir/lib/Conversion/AsyncToLLVM/AsyncToLLVM.cpp
A mlir/lib/Conversion/AsyncToLLVM/CMakeLists.txt
M mlir/lib/Conversion/CMakeLists.txt
A mlir/lib/ExecutionEngine/AsyncRuntime.cpp
M mlir/lib/ExecutionEngine/CMakeLists.txt
M mlir/lib/ExecutionEngine/OptUtils.cpp
M mlir/test/CMakeLists.txt
A mlir/test/Conversion/AsyncToLLVM/convert-to-llvm.mlir
A mlir/test/mlir-cpu-runner/async.mlir
Log Message:
-----------
Revert "Revert "[mlir] Convert from Async dialect to LLVM coroutines""
This reverts commit 4986d5eaff359081a867def1c6a2e1147dbb2ad6 with
proper patches to CMakeLists.txt:
- Add MLIRAsync as a dependency to MLIRAsyncToLLVM
- Add Coroutines as a dependency to MLIRExecutionEngine
More information about the All-commits
mailing list