This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 42f8f944d97 [Pipeliner] Enable more base+offset dependence changes in p [...] new 0c137c56602 [InstCombine] reassociate loop invariant GEP chains to enable LICM new 6023f6ca35a [Pipeliner] Fix assert caused by pipeliner serialization new b483db269fb [X86][Btver2] Add CVTSD2SS/CVTSS2SD scheduler costs
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: lib/CodeGen/MachinePipeliner.cpp | 51 ++++++------ lib/Target/X86/X86ScheduleBtVer2.td | 14 ++++ .../InstCombine/InstructionCombining.cpp | 17 ++++ test/CodeGen/Hexagon/swp-order-deps5.ll | 29 +++++++ test/CodeGen/X86/sse2-schedule.ll | 16 ++-- .../InstCombine/gep-combine-loop-invariant.ll | 90 ++++++++++++++++++++++ .../LoopVectorize/consecutive-ptr-uniforms.ll | 4 +- test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 8 +- test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 8 +- 9 files changed, 191 insertions(+), 46 deletions(-) create mode 100644 test/CodeGen/Hexagon/swp-order-deps5.ll create mode 100644 test/Transforms/InstCombine/gep-combine-loop-invariant.ll