This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9e8ae09 [LoopVectorize] Detect loops in the innermost loop before cre [...] new 5122298 Avoid accessing LLVM/DWARF register mappings if undefined new 881b0b2 Reapply [BranchFolding] Restrict tail merging loop blocks after MBP new e96662e [WebAssembly] Re-enable disabled debug value test
The 3 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/MC/MCRegisterInfo.h | 10 ++++ lib/CodeGen/BranchFolding.cpp | 32 +++++++---- lib/MC/MCRegisterInfo.cpp | 4 ++ test/CodeGen/ARM/arm-and-tst-peephole.ll | 2 +- test/CodeGen/WebAssembly/dbgvalue.ll | 1 - test/CodeGen/X86/tail-merge-after-mbp.ll | 92 ++++++++++++++++++++++++++++++++ 6 files changed, 130 insertions(+), 11 deletions(-) create mode 100644 test/CodeGen/X86/tail-merge-after-mbp.ll