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 14e7d73 commit 27cea0eCopy full SHA for 27cea0e
llvm/lib/YkIR/YkIRWriter.cpp
@@ -684,7 +684,9 @@ class YkIRWriter {
684
for (auto &Case : I->cases()) {
685
serialiseBlockLabel(Case.getCaseSuccessor());
686
}
687
-
+ // safepoint:
688
+ CallInst *SMI = dyn_cast<CallInst>(I->getPrevNonDebugInstruction());
689
+ serialiseStackmapCall(SMI, VLMap);
690
InstIdx++;
691
692
0 commit comments