[all-commits] [llvm/llvm-project] cc77a2: [mlir] Add coro intrinsics operations to LLVM dialect
Eugene Zhulenev via All-commits
all-commits at lists.llvm.org
Fri Jan 22 10:02:07 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cc77a2c7685a9c82566332ba9bd070473ef679d4
https://github.com/llvm/llvm-project/commit/cc77a2c7685a9c82566332ba9bd070473ef679d4
Author: Eugene Zhulenev <ezhulenev at google.com>
Date: 2021-01-22 (Fri, 22 Jan 2021)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOpBase.td
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/test/Target/llvmir-intrinsics.mlir
Log Message:
-----------
[mlir] Add coro intrinsics operations to LLVM dialect
This PR only has coro intrinsics needed for the Async to LLVM lowering. Will add other intrinsics as needed in the followup PRs.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D95143
More information about the All-commits
mailing list