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 a4e3131 commit 933baa8Copy full SHA for 933baa8
llvm/lib/YkIR/YkIRWriter.cpp
@@ -238,6 +238,7 @@ class YkIRWriter {
238
void serialiseLocalVariableOperand(Instruction *I, ValueLoweringMap &VLMap) {
239
auto [BBIdx, InstIdx] = VLMap.at(I);
240
serialiseOperandKind(OperandKindLocal);
241
+ OutStreamer.emitSizeT(getIndex(&M, I->getFunction()));
242
OutStreamer.emitSizeT(BBIdx);
243
OutStreamer.emitSizeT(InstIdx);
244
}
0 commit comments