This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e9e0d4fb837 [ARM] GlobalISel: Legalize G_FCMP for s32 new 731b43312cf Revert "Revert "[IndVars] Canonicalize comparisons between [...] new b72872894c9 [ARM] GlobalISel: Map s32 G_FCMP in reg bank select
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: lib/Target/ARM/ARMRegisterBankInfo.cpp | 14 ++++++ lib/Transforms/Utils/SimplifyIndVar.cpp | 4 ++ test/Analysis/ScalarEvolution/guards.ll | 6 +-- test/CodeGen/ARM/GlobalISel/arm-regbankselect.mir | 29 ++++++++++++ test/Transforms/IndVarSimplify/canonicalize-cmp.ll | 52 ++++++++++++++++++++++ .../IndVarSimplify/eliminate-comparison.ll | 4 +- test/Transforms/IndVarSimplify/widen-loop-comp.ll | 2 +- 7 files changed, 105 insertions(+), 6 deletions(-) create mode 100644 test/Transforms/IndVarSimplify/canonicalize-cmp.ll