This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cc81e8dc82c Fix some more warnings. new 93981f885eb Split PGO memory intrinsic optimization into its own source file
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Transforms/Instrumentation/CMakeLists.txt | 1 + .../Instrumentation/IndirectCallPromotion.cpp | 361 ------------------ lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp | 419 +++++++++++++++++++++ 3 files changed, 420 insertions(+), 361 deletions(-) create mode 100644 lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp