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 7536474 commit 211edcaCopy full SHA for 211edca
llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
@@ -662,7 +662,7 @@ static uint64_t computeStackId(const memprof::Frame &Frame) {
662
// Helper to generate a single hash id for a given callstack, used for emitting
663
// matching statistics and useful for uniquing such statistics across modules.
664
static uint64_t
665
-computeFullStackId(const SmallVectorImpl<memprof::Frame> &CallStack) {
+computeFullStackId(const std::vector<memprof::Frame> &CallStack) {
666
llvm::HashBuilder<llvm::TruncatedBLAKE3<8>, llvm::endianness::little>
667
HashBuilder;
668
for (auto &F : CallStack)
0 commit comments