This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 100a6ece373 [X86] Remove unused lambda. NFC new b60798cc7b8 [SimplifyCFG] Relax restriction for folding unconditional branches new 0170158e0d9 [NFC] Add tests for PR35743
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/Transforms/Utils/SimplifyCFG.cpp | 5 +- test/Transforms/LoopUnroll/peel-loop.ll | 13 +-- .../Transforms/LoopUnswitch/2015-06-17-Metadata.ll | 4 +- test/Transforms/LoopUnswitch/infinite-loop.ll | 2 +- test/Transforms/LoopVectorize/pr35743.ll | 102 +++++++++++++++++++++ .../Transforms/SimplifyCFG/UncondBranchToHeader.ll | 18 ++++ 6 files changed, 131 insertions(+), 13 deletions(-) create mode 100644 test/Transforms/LoopVectorize/pr35743.ll create mode 100644 test/Transforms/SimplifyCFG/UncondBranchToHeader.ll