[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 7 00:14:36 PDT 2024
================
@@ -63,6 +63,13 @@ suspend:
; CHECK-NOT: call void @free(
; CHECK: ret void
+; CHECK-LABEL: @f.noalloc({{.*}})
----------------
ChuanqiXu9 wrote:
I think it worth to list the arguments explicitly.
https://github.com/llvm/llvm-project/pull/99283
More information about the llvm-branch-commits
mailing list