This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 30b21c38749 [MemDep] DBG intrinsics don't impact abort limit for call s [...] new 3b1ffff65b6 [IRCE] Fix intersection between signed and unsigned ranges
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: .../Scalar/InductiveRangeCheckElimination.cpp | 87 ++++++-- test/Transforms/IRCE/clamp.ll | 13 +- test/Transforms/IRCE/correct-loop-info.ll | 8 +- test/Transforms/IRCE/empty_ranges.ll | 3 +- test/Transforms/IRCE/eq_ne.ll | 2 +- test/Transforms/IRCE/range_intersect_miscompile.ll | 238 ++++++++++++++++++++- test/Transforms/IRCE/stride_more_than_1.ll | 2 +- test/Transforms/IRCE/unsigned_comparisons_ugt.ll | 2 +- test/Transforms/IRCE/unsigned_comparisons_ult.ll | 84 +++++++- 9 files changed, 402 insertions(+), 37 deletions(-)