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 ff2566a commit 575e93eCopy full SHA for 575e93e
llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp
@@ -591,7 +591,7 @@ void RuntimeLibcallEmitter::emitSystemRuntimeLibrarySetCalls(
591
constexpr unsigned BitsPerStorageElt = 64;
592
DenseMap<PredicateWithCC, LibcallsWithCC> Pred2Funcs;
593
594
- SmallVector<uintptr_t, 32> BitsetValues(
+ SmallVector<uint64_t, 32> BitsetValues(
595
divideCeil(RuntimeLibcallImplDefList.size(), BitsPerStorageElt));
596
597
for (const Record *Elt : *Elements) {
0 commit comments