This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 46c7e52c239 [AVR] Fix the 'load.ll' test after r362351 new 6892c31cf9d [SCEV] Use wrap flags in InsertBinop new a5f55e79b6c [MIPS GlobalISel] Select floor and ceil
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/Analysis/ScalarEvolutionExpander.h | 2 +- lib/Analysis/ScalarEvolutionExpander.cpp | 49 ++++--- lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 10 +- lib/Target/Mips/MipsLegalizerInfo.cpp | 3 + .../CodeGen/Hexagon/loop-idiom/memmove-rt-check.ll | 2 +- .../Mips/GlobalISel/legalizer/ceil_and_floor.mir | 147 +++++++++++++++++++++ .../Mips/GlobalISel/llvm-ir/ceil_and_floor.ll | 79 +++++++++++ test/Transforms/IRCE/bad_expander.ll | 2 +- test/Transforms/IRCE/conjunctive-checks.ll | 2 +- test/Transforms/IRCE/decrementing-loop.ll | 2 +- test/Transforms/IRCE/ranges_of_different_types.ll | 16 +-- test/Transforms/IRCE/rc-negative-bound.ll | 4 +- test/Transforms/IRCE/single-access-no-preloop.ll | 2 +- test/Transforms/IRCE/single-access-with-preloop.ll | 8 +- test/Transforms/IRCE/stride_more_than_1.ll | 6 +- test/Transforms/IRCE/unsigned_comparisons_ugt.ll | 4 +- test/Transforms/IRCE/unsigned_comparisons_ult.ll | 4 +- test/Transforms/IndVarSimplify/lftr.ll | 2 +- test/Transforms/IndVarSimplify/loop_evaluate_1.ll | 2 +- .../LoopIdiom/X86/unordered-atomic-memcpy.ll | 8 +- test/Transforms/LoopIdiom/basic.ll | 12 +- .../LoopIdiom/memcpy-debugify-remarks.ll | 2 +- test/Transforms/LoopReroll/basic.ll | 2 +- test/Transforms/LoopReroll/complex_reroll.ll | 2 +- test/Transforms/LoopReroll/nonconst_lb.ll | 4 +- test/Transforms/LoopReroll/ptrindvar.ll | 2 +- .../LoopStrengthReduce/2011-10-06-ReusePhi.ll | 4 +- .../LoopStrengthReduce/X86/lsr-expand-quadratic.ll | 2 +- .../LoopStrengthReduce/X86/nested-loop.ll | 2 +- .../LoopStrengthReduce/post-inc-icmpzero.ll | 2 +- test/Transforms/LoopVectorize/AArch64/pr36032.ll | 2 +- .../X86/illegal-parallel-loop-uniform-write.ll | 2 +- 32 files changed, 321 insertions(+), 71 deletions(-) create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/ceil_and_floor.mir create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/ceil_and_floor.ll