We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d431f commit 4c16b12Copy full SHA for 4c16b12
llvm/lib/Transforms/Coroutines/CoroInstr.h
@@ -78,10 +78,10 @@ class LLVM_LIBRARY_VISIBILITY CoroAllocInst : public IntrinsicInst {
78
}
79
};
80
81
-/// This represents the llvm.coro.await.suspend instruction.
+/// This represents the llvm.coro.await.suspend.{void,bool,handle} instructions.
82
// FIXME: add callback metadata
83
// FIXME: make a proper IntrinisicInst. Currently this is not possible,
84
-// because llvm.coro.await.suspend can be invoked.
+// because llvm.coro.await.suspend.* can be invoked.
85
class LLVM_LIBRARY_VISIBILITY CoroAwaitSuspendInst : public CallBase {
86
enum { AwaiterArg, FrameArg, WrapperArg };
87
0 commit comments