]> granicus.if.org Git - llvm/commit
Recommit r354930 "[PGO] Context sensitive PGO (part 1)"
authorRong Xu <xur@google.com>
Wed, 27 Feb 2019 17:24:33 +0000 (17:24 +0000)
committerRong Xu <xur@google.com>
Wed, 27 Feb 2019 17:24:33 +0000 (17:24 +0000)
commit09ad125e8c0a81c02ffc7734269a7a7856113f6a
treeb50c73e9c8b3abcc603ae1ef1bbb4e63804e1116
parenta3f5d865fbfc3dea5d053ee3177e601b7b892024
Recommit r354930 "[PGO] Context sensitive PGO (part 1)"

Fixed UBSan failures.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@355005 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/llvm/InitializePasses.h
include/llvm/LTO/Config.h
include/llvm/LinkAllPasses.h
include/llvm/ProfileData/InstrProf.h
include/llvm/ProfileData/InstrProfData.inc
include/llvm/Transforms/Instrumentation.h
include/llvm/Transforms/Instrumentation/InstrProfiling.h
include/llvm/Transforms/Instrumentation/PGOInstrumentation.h
lib/Passes/PassBuilder.cpp
lib/ProfileData/InstrProf.cpp
lib/Transforms/Instrumentation/InstrProfiling.cpp
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
tools/gold/gold-plugin.cpp
tools/llvm-lto2/llvm-lto2.cpp