This patch tries to address the issue in https://github.com/llvm/llvm-project/issues/53148 properly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D117978
[MLIR] [AsyncToLLVM] Introduces llvm.coro.align intrinsics ClosedPublic Authored by ChuanqiXu on Jan 22 2022, 10:18 PM.
Details Summary This patch tries to address the issue in https://github.com/llvm/llvm-project/issues/53148 properly.
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptJan 22 2022, 10:18 PM Comment Actions
Yes, otherwise there would be a fatal error in LLVM. This revision is now accepted and ready to land.Jan 25 2022, 3:07 AM Closed by commit rGdbbe0109086d: [MLIR] [AsyncToLLVM] Use llvm.coro.align intrinsic (authored by ChuanqiXu). · Explain WhyJan 25 2022, 3:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 402829 mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
mlir/lib/Conversion/AsyncToLLVM/AsyncToLLVM.cpp
mlir/test/Conversion/AsyncToLLVM/convert-coro-to-llvm.mlir
mlir/test/Target/LLVMIR/llvmir-intrinsics.mlir
|