This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d5f27946f10 Split IndirectBr critical edges before PGO gen/use passes. new f51ad9b5b3a Reapply "[X86] Flag BroadWell scheduler model as complete" new 960dcea840c Revert "[InstCombine] Fix PR35618: Instcombine hangs on sin [...] new 1feb97a12bb Reassociate: add global reassociation algorithm
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/Transforms/Scalar/Reassociate.h | 8 ++ lib/Target/X86/X86SchedBroadwell.td | 3 + .../InstCombine/InstCombineLoadStoreAlloca.cpp | 40 ++------ lib/Transforms/Scalar/Reassociate.cpp | 112 ++++++++++++++++++++- test/CodeGen/X86/aes-schedule.ll | 2 +- test/CodeGen/X86/avx-schedule.ll | 14 +-- test/CodeGen/X86/avx2-schedule.ll | 8 +- test/CodeGen/X86/mmx-schedule.ll | 22 ++-- test/CodeGen/X86/sse-schedule.ll | 8 +- test/CodeGen/X86/sse2-schedule.ll | 10 +- test/CodeGen/X86/sse41-schedule.ll | 16 +-- .../multiple-uses-load-bitcast-select.ll | 30 ------ test/Transforms/Reassociate/basictest.ll | 15 +++ .../Reassociate/fast-ReassociateVector.ll | 4 +- test/Transforms/Reassociate/fast-fp-commute.ll | 4 +- 15 files changed, 191 insertions(+), 105 deletions(-) delete mode 100644 test/Transforms/InstCombine/multiple-uses-load-bitcast-select.ll