This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e3364ddfdfe [CGP] Fix the crash caused by enable of complex addr mode new 0d685282a1d [IRCE] Smart range intersection
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 | 112 +++--- test/Transforms/IRCE/clamp.ll | 41 +- test/Transforms/IRCE/range_intersect_miscompile.ll | 21 +- test/Transforms/IRCE/ranges_of_different_types.ll | 427 +++++++++++++++++++++ test/Transforms/IRCE/single-access-with-preloop.ll | 17 +- 5 files changed, 527 insertions(+), 91 deletions(-) create mode 100644 test/Transforms/IRCE/ranges_of_different_types.ll