This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b55d189 ARM: don't diagnose cbz/cbnz to Thumb functions. new b711924 IfConversion: Rescan diamonds. new 24ff83f CodeGen: If Convert blocks that would form a diamond when tai [...]
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/CodeGen/IfConversion.cpp | 493 +++++++++++++++++---- test/CodeGen/ARM/indirectbr-3.ll | 12 +- .../CodeGen/PowerPC/ifcvt-forked-bug-2016-08-08.ll | 36 ++ test/CodeGen/Thumb2/ifcvt-rescan-bug-2016-08-22.ll | 36 ++ test/CodeGen/Thumb2/thumb2-ifcvt1.ll | 47 +- 5 files changed, 528 insertions(+), 96 deletions(-) create mode 100644 test/CodeGen/PowerPC/ifcvt-forked-bug-2016-08-08.ll create mode 100644 test/CodeGen/Thumb2/ifcvt-rescan-bug-2016-08-22.ll