This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5999c342a6b [LoopSimplify] Improve a test for loop simplify minorly. NFC. new e27904f6c7d [LoopSimplify] Re-instate r306081 with a bug fix w.r.t. ind [...]
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: include/llvm/Transforms/Utils/LoopUtils.h | 8 +++ lib/Transforms/Utils/LoopSimplify.cpp | 83 ++++++---------------- lib/Transforms/Utils/LoopUtils.cpp | 65 +++++++++++++++++ test/Transforms/LoopSimplify/basictest.ll | 81 +++++++++++++++++++++ .../LoopUnswitch/2011-11-18-SimpleSwitch.ll | 1 - .../2011-11-18-TwoSwitches-Threshold.ll | 1 - .../LoopUnswitch/2011-11-18-TwoSwitches.ll | 1 - 7 files changed, 175 insertions(+), 65 deletions(-)