This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f12af4508e9 [GlobalISel][X86] Allow graceful fallback for struct/array [...] new f9de76f9874 [IndVars] Canonicalize comparisons between non-negative val [...]
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/Transforms/Utils/SimplifyIndVar.cpp | 4 ++ test/Analysis/ScalarEvolution/guards.ll | 6 +-- test/Transforms/IndVarSimplify/canonicalize-cmp.ll | 52 ++++++++++++++++++++++ .../IndVarSimplify/eliminate-comparison.ll | 4 +- test/Transforms/IndVarSimplify/widen-loop-comp.ll | 2 +- 5 files changed, 62 insertions(+), 6 deletions(-) create mode 100644 test/Transforms/IndVarSimplify/canonicalize-cmp.ll