[PATCH] D88838: [PGO] Remove the old memop value profiling buckets.
Hiroshi Yamauchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 5 09:54:02 PDT 2020
yamauchi created this revision.
yamauchi added a reviewer: davidxl.
Herald added subscribers: Sanitizers, wenlei, hiraditya.
Herald added projects: Sanitizers, LLVM.
yamauchi requested review of this revision.
Following up D81682 <https://reviews.llvm.org/D81682> and D83903 <https://reviews.llvm.org/D83903>, remove the code for the old value profiling
buckets, which have been replaced with the new, extended buckets and disabled by
default.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D88838
Files:
compiler-rt/include/profile/InstrProfData.inc
compiler-rt/lib/profile/InstrProfilingValue.c
llvm/include/llvm/ProfileData/InstrProf.h
llvm/include/llvm/ProfileData/InstrProfData.inc
llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h
llvm/lib/ProfileData/InstrProf.cpp
llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
llvm/test/Transforms/PGOProfile/memcpy.ll
llvm/test/Transforms/PGOProfile/memop_profile_funclet.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88838.296206.patch
Type: text/x-patch
Size: 20125 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201005/e4db6af6/attachment.bin>
More information about the llvm-commits
mailing list