This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0bc610c [X86][SSE] Improve awareness of fptrunc implicit zeroing of u [...] new 5ae3447 [SimplifyCFG] Tail-merge calls with sideeffects new d308206 [SimplifyCFG] Change the algorithm in SinkThenElseCodeToEnd new e786823 [SimplifyCFG] Handle tail-sinking of more than 2 incoming branches new 87aeaac [SimplifyCFG] Improve FoldValueComparisonIntoPredecessors to [...] new 1c6ea1a [SimplifyCFG] Add a workaround to fix PR30188
The 5 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 | 341 +++++++++++++++-------- test/CodeGen/AArch64/arm64-jumptable.ll | 13 +- test/CodeGen/AArch64/branch-folder-merge-mmos.ll | 2 +- test/CodeGen/AArch64/ifcvt-select.ll | 2 +- test/CodeGen/AArch64/rm_redundant_cmp.ll | 24 +- test/MC/ARM/data-in-code.ll | 4 +- test/Transforms/SimplifyCFG/sink-common-code.ll | 218 ++++++++++++++- 7 files changed, 472 insertions(+), 132 deletions(-)