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 21c2d42 commit 9e05e5cCopy full SHA for 9e05e5c
llvm/lib/YkIR/YkIRWriter.cpp
@@ -242,7 +242,6 @@ class YkIRWriter {
242
}
243
244
void serialiseConstantInt(ConstantInt *CI) {
245
- // OutStreamer.emitInt8(OperandKind::Constant);
246
OutStreamer.emitSizeT(typeIndex(CI->getType()));
247
OutStreamer.emitSizeT(CI->getBitWidth() / 8);
248
for (size_t I = 0; I < CI->getBitWidth(); I += 8) {
0 commit comments