[llvm-branch-commits] [llvm] [LLVM][Coroutines] Create `.noalloc` variant of switch ABI coroutine ramp functions during CoroSplit (PR #99283)
Chuanqi Xu via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 28 01:47:58 PDT 2024
================
@@ -26,6 +26,10 @@ bool declaresIntrinsics(const Module &M,
const std::initializer_list<StringRef>);
void replaceCoroFree(CoroIdInst *CoroId, bool Elide);
+void suppressCoroAllocs(CoroIdInst *CoroId);
----------------
ChuanqiXu9 wrote:
Let's add some comments for this since I can't guess its job by its name.
https://github.com/llvm/llvm-project/pull/99283
More information about the llvm-branch-commits
mailing list