OSDN Git Service

Revert "[PGO] Extend the value profile buckets for mem op sizes."
authorHiroshi Yamauchi <yamauchi@google.com>
Thu, 25 Jun 2020 17:58:13 +0000 (10:58 -0700)
committerHiroshi Yamauchi <yamauchi@google.com>
Thu, 25 Jun 2020 18:13:49 +0000 (11:13 -0700)
commit9878996c7089355afe3e2e23ceb093940345e8b0
tree708c6ef81d71b2ca1a52e42e014a965b34463de2
parentd48c7859fbb911045b34ecd7f816186b9357d894
Revert "[PGO] Extend the value profile buckets for mem op sizes."

This reverts commit 63a89693f09f6b24ce4f2350d828150bd9c4f3e8.

Due to a build failure like http://lab.llvm.org:8011/builders/sanitizer-windows/builds/65386/steps/annotate/logs/stdio
12 files changed:
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
llvm/unittests/ProfileData/CMakeLists.txt
llvm/unittests/ProfileData/InstrProfDataTest.cpp [deleted file]