This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9c4186602a9 [X86][SSE] Dropped -mcpu from bitcast+setcc tests new 1de5e7045e9 [InstCombine] Remove Builder argument from InstCombiner::tr [...] new 9a2b6151ed9 [LoopUnrollRuntime] Bailout when multiple exiting blocks to [...] new 6dbd34d261f [Constants] If we already have a ConstantInt*, prefer to us [...] new 099c15e7b43 [Constants] Replace calls to ConstantInt::equalsInt(0)/equa [...]
The 4 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/CodeGen/SelectionDAGNodes.h | 4 +-- include/llvm/IR/IRBuilder.h | 2 +- lib/Analysis/BranchProbabilityInfo.cpp | 2 +- lib/Analysis/Lint.cpp | 2 +- lib/Analysis/LoopInfo.cpp | 4 +-- lib/Analysis/ScalarEvolution.cpp | 20 ++++++------ lib/Analysis/ValueTracking.cpp | 2 +- lib/Analysis/VectorUtils.cpp | 2 +- lib/IR/ConstantFold.cpp | 38 +++++++++++----------- lib/Target/AMDGPU/SIISelLowering.cpp | 2 +- lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 6 ++-- lib/Transforms/InstCombine/InstCombineCalls.cpp | 6 ++-- lib/Transforms/InstCombine/InstCombineInternal.h | 5 ++- lib/Transforms/InstCombine/InstCombinePHI.cpp | 2 +- lib/Transforms/InstCombine/InstCombineSelect.cpp | 10 +++--- .../InstCombine/InstCombineSimplifyDemanded.cpp | 2 +- .../InstCombine/InstructionCombining.cpp | 9 +++-- .../Instrumentation/AddressSanitizer.cpp | 2 +- .../Instrumentation/PGOInstrumentation.cpp | 2 +- lib/Transforms/Scalar/EarlyCSE.cpp | 2 +- lib/Transforms/Scalar/GVN.cpp | 2 +- lib/Transforms/Scalar/InferAddressSpaces.cpp | 2 +- lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 2 +- lib/Transforms/Scalar/LoopStrengthReduce.cpp | 2 +- lib/Transforms/Scalar/Reassociate.cpp | 2 +- lib/Transforms/Scalar/SCCP.cpp | 2 +- lib/Transforms/Utils/CmpInstAnalysis.cpp | 2 +- lib/Transforms/Utils/Evaluator.cpp | 2 +- lib/Transforms/Utils/LoopUnrollRuntime.cpp | 9 ++--- lib/Transforms/Utils/SimplifyLibCalls.cpp | 4 +-- .../LoopUnroll/runtime-loop-multiple-exits.ll | 30 +++++++++++++++++ 31 files changed, 106 insertions(+), 77 deletions(-)