This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2146c5ac40a [X86][SSE] Rename truncateVectorCompareWithPACKSS to trunca [...] new 72428f5e04d [SimplifyCFG] use pass options and remove the latesimplifycfg pass
The 1 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-c/Transforms/Scalar.h | 3 - include/llvm/InitializePasses.h | 1 - include/llvm/LinkAllPasses.h | 1 - include/llvm/Transforms/Scalar.h | 14 +-- include/llvm/Transforms/Scalar/SimplifyCFG.h | 12 +- include/llvm/Transforms/Utils/Local.h | 25 +++- lib/LTO/LTOCodeGenerator.cpp | 1 - lib/Target/AArch64/AArch64TargetMachine.cpp | 2 +- lib/Target/ARM/ARMTargetMachine.cpp | 9 +- lib/Transforms/IPO/PassManagerBuilder.cpp | 4 +- lib/Transforms/Scalar/Scalar.cpp | 7 +- lib/Transforms/Scalar/SimplifyCFGPass.cpp | 134 ++++++++++----------- test/CodeGen/AArch64/cmpxchg-idioms.ll | 2 +- .../LoopVectorize/X86/float-induction-x86.ll | 2 +- test/Transforms/LoopVectorize/float-induction.ll | 2 +- .../SimplifyCFG/ARM/switch-to-lookup-table.ll | 10 +- test/Transforms/SimplifyCFG/CoveredLookupTable.ll | 2 +- .../SimplifyCFG/ForwardSwitchConditionToPHI.ll | 74 +++++++++--- .../SimplifyCFG/X86/disable-lookup-table.ll | 7 +- .../SimplifyCFG/X86/switch-covered-bug.ll | 2 +- .../Transforms/SimplifyCFG/X86/switch-table-bug.ll | 2 +- .../SimplifyCFG/X86/switch_to_lookup_table.ll | 2 +- test/Transforms/SimplifyCFG/multiple-phis.ll | 2 +- .../SimplifyCFG/preserve-llvm-loop-metadata.ll | 2 +- test/Transforms/SimplifyCFG/rangereduce.ll | 2 +- 25 files changed, 187 insertions(+), 137 deletions(-)