This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5dfbd9a2388 [AArch64][GlobalISel] Add isel support for a couple vector [...] new 1fb641f9e6a [TargetLibraryInfo] Update run time support for Windows new e5935fd52f3 [LICM&MSSA] Limit store hoisting.
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: include/llvm/Transforms/Utils/LoopUtils.h | 7 +- lib/Analysis/TargetLibraryInfo.cpp | 99 ++++++---- lib/Transforms/Scalar/LICM.cpp | 51 +++-- lib/Transforms/Scalar/LoopSink.cpp | 2 +- .../InstCombine/double-float-shrink-1.ll | 132 +++++++------ .../InstCombine/double-float-shrink-2.ll | 57 ++---- test/Transforms/InstCombine/pow-1.ll | 192 ++++++++++++------- test/Transforms/InstCombine/win-math.ll | 212 ++++++++++++--------- test/Transforms/LICM/store-hoisting.ll | 42 +++- 9 files changed, 476 insertions(+), 318 deletions(-)