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 72a9c3c commit e79e22cCopy full SHA for e79e22c
llvm/lib/Target/AMDGPU/Utils/AMDGPUPALMetadata.cpp
@@ -898,7 +898,7 @@ bool AMDGPUPALMetadata::setFromString(StringRef S) {
898
errs() << "Unrecognized PAL metadata register key '" << S << "'\n";
899
continue;
900
}
901
- Key = MsgPackDoc.getNode(uint64_t(Val));
+ Key = MsgPackDoc.getNode(Val);
902
903
Registers.getMap()[Key] = I.second;
904
0 commit comments