[all-commits] [llvm/llvm-project] 6cca6b: Add async_funcs_only option to AsyncToAsyncRuntime...
yijia1212 via All-commits
all-commits at lists.llvm.org
Wed Nov 30 10:27:13 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6cca6b9ab9ff27d22cdb4b9b4aa98ec91b6b08d8
https://github.com/llvm/llvm-project/commit/6cca6b9ab9ff27d22cdb4b9b4aa98ec91b6b08d8
Author: yijiagu <yijiagu at google.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M mlir/include/mlir/Dialect/Async/Passes.h
M mlir/include/mlir/Dialect/Async/Passes.td
M mlir/lib/Dialect/Async/Transforms/AsyncToAsyncRuntime.cpp
M mlir/test/Dialect/Async/async-to-async-runtime.mlir
M mlir/test/mlir-cpu-runner/async-func.mlir
Log Message:
-----------
Add async_funcs_only option to AsyncToAsyncRuntime pass
This change adds async_funcs_only option to AsyncToAsyncRuntimePass. The goal is to convert async functions to regular functions in early stages of compilation pipeline.
Differential Revision: https://reviews.llvm.org/D138611
More information about the All-commits
mailing list