This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d38687abb55 Move accurate-sample-profile into the function attribute. new 3ff30737687 [InstCombine] fix and enhance udiv/urem narrowing new 092c93330a7 [Profile] backward propagate profile info in JumpThreading
The 2 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: .../InstCombine/InstCombineMulDivRem.cpp | 65 +++++++----- lib/Transforms/Scalar/JumpThreading.cpp | 116 ++++++++++++++++++++- .../Transforms/InstCombine/udivrem-change-width.ll | 51 +++++---- test/Transforms/JumpThreading/threading_prof1.ll | 99 ++++++++++++++++++ test/Transforms/JumpThreading/threading_prof2.ll | 42 ++++++++ 5 files changed, 328 insertions(+), 45 deletions(-) create mode 100644 test/Transforms/JumpThreading/threading_prof1.ll create mode 100644 test/Transforms/JumpThreading/threading_prof2.ll