This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bada9fa12d0 [InstCombine] move tests for icmp+add; NFC new 49121b4df9c [InstCombine] remove unneeded one-use checks for icmp fold new d1f4a55c8c9 [SimplifyCFG] FoldTwoEntryPHINode(): consider *total* specu [...]
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/InstCombine/InstCombineCompares.cpp | 5 +- lib/Transforms/Utils/SimplifyCFG.cpp | 27 +- test/Transforms/IndVarSimplify/loop_evaluate_1.ll | 6 +- test/Transforms/InstCombine/icmp-add.ll | 7 +- test/Transforms/PGOProfile/chr.ll | 28 +- test/Transforms/SimplifyCFG/PhiEliminate3.ll | 64 +---- test/Transforms/SimplifyCFG/SpeculativeExec.ll | 6 +- .../SimplifyCFG/X86/speculate-cttz-ctlz.ll | 304 ++++----------------- .../SimplifyCFG/X86/switch_to_lookup_table.ll | 6 +- test/Transforms/SimplifyCFG/safe-abs.ll | 6 +- .../Transforms/SimplifyCFG/safe-low-bit-extract.ll | 6 +- .../SimplifyCFG/signbit-like-value-extension.ll | 6 +- test/Transforms/SimplifyCFG/speculate-math.ll | 23 +- 13 files changed, 113 insertions(+), 381 deletions(-)