This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d771b00e329 [X86][SSE] Add PR30780 test cases new 66f3fb9facb Use phi ranges to simplify code. No functionality change intended.
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/Analysis/ScalarEvolution.cpp | 24 ++-- lib/Analysis/ScalarEvolutionExpander.cpp | 29 ++--- lib/CodeGen/CodeGenPrepare.cpp | 58 ++++------ lib/CodeGen/SelectionDAG/FastISel.cpp | 12 +- lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 14 +-- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 12 +- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 10 +- lib/CodeGen/WinEHPrepare.cpp | 26 ++--- lib/IR/Verifier.cpp | 23 ++-- lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp | 11 +- lib/Transforms/Coroutines/CoroSplit.cpp | 8 +- lib/Transforms/Scalar/CallSiteSplitting.cpp | 11 +- lib/Transforms/Scalar/GVNSink.cpp | 8 +- lib/Transforms/Scalar/IndVarSimplify.cpp | 21 ++-- .../Scalar/InductiveRangeCheckElimination.cpp | 54 +++------ lib/Transforms/Scalar/JumpThreading.cpp | 7 +- lib/Transforms/Scalar/LoopDeletion.cpp | 17 +-- lib/Transforms/Scalar/LoopStrengthReduce.cpp | 27 ++--- lib/Transforms/Scalar/LoopUnswitch.cpp | 14 +-- lib/Transforms/Scalar/SCCP.cpp | 6 +- lib/Transforms/Scalar/SimpleLoopUnswitch.cpp | 34 ++---- lib/Transforms/Utils/BasicBlockUtils.cpp | 26 ++--- lib/Transforms/Utils/BreakCriticalEdges.cpp | 11 +- lib/Transforms/Utils/CallPromotionUtils.cpp | 22 ++-- lib/Transforms/Utils/CloneFunction.cpp | 12 +- lib/Transforms/Utils/LoopUnroll.cpp | 20 ++-- lib/Transforms/Utils/LoopUnrollRuntime.cpp | 50 ++++----- lib/Transforms/Utils/LoopUtils.cpp | 14 +-- lib/Transforms/Utils/SSAUpdater.cpp | 8 +- lib/Transforms/Utils/SimplifyCFG.cpp | 122 +++++++++------------ lib/Transforms/Vectorize/LoopVectorize.cpp | 54 +++------ 31 files changed, 289 insertions(+), 476 deletions(-)