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 7b03354 commit fda60ebCopy full SHA for fda60eb
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
@@ -5706,7 +5706,7 @@ struct VarArgPowerPCHelper : public VarArgHelperBase {
5706
assert(!VAArgSize && !VAArgTLSCopy &&
5707
"finalizeInstrumentation called twice");
5708
IRBuilder<> IRB(MSV.FnPrologueEnd);
5709
- VAArgSize = IRB.CreateLoad(MS.IntptrTy, MS.VAArgOverflowSizeTLS);
+ VAArgSize = IRB.CreateLoad(IRB.getInt64Ty(), MS.VAArgOverflowSizeTLS);
5710
Value *CopySize = VAArgSize;
5711
5712
if (!VAStartInstrumentationList.empty()) {
0 commit comments