[PATCH] D102145: [Coroutines] Add `llvm.coro.align` and `llvm.coro.get.raw.frame.addr` intrinsics

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 9 19:24:11 PDT 2021


ychen created this revision.
Herald added subscribers: ChuanqiXu, lxfind, hiraditya.
ychen requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102145

Files:
  llvm/docs/Coroutines.rst
  llvm/include/llvm/IR/Intrinsics.td
  llvm/lib/Transforms/Coroutines/CoroFrame.cpp
  llvm/lib/Transforms/Coroutines/CoroInstr.h
  llvm/lib/Transforms/Coroutines/CoroInternal.h
  llvm/lib/Transforms/Coroutines/CoroSplit.cpp
  llvm/lib/Transforms/Coroutines/Coroutines.cpp
  llvm/test/Transforms/Coroutines/coro-frame-reuse-alloca-04.ll
  llvm/test/Transforms/Coroutines/coro-frame-reuse-alloca-05.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102145.343954.patch
Type: text/x-patch
Size: 14067 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210510/18103a1a/attachment.bin>


More information about the llvm-commits mailing list