This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ab88930c359 [X86][SSE] Add i686 triple tests for PBLENDW commutation new f9384e2aa05 [SystemZ] Make copyPhysReg() add impl-use operands of super reg. new 80e222e09e0 Refactoring with range-based for, NFC new 547297e1390 [X86][SSE] Add i686 triple tests for partial vector and re- [...]
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/SelectionDAG/ResourcePriorityQueue.cpp | 67 ++++----- lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp | 89 ++++++------ lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 57 ++++---- lib/Target/SystemZ/SystemZInstrInfo.cpp | 8 +- test/CodeGen/SystemZ/copy-physreg-128.ll | 68 +++++++++ test/CodeGen/X86/vec_partial.ll | 36 +++-- test/CodeGen/X86/vec_reassociate.ll | 160 ++++++++++++++------- 7 files changed, 304 insertions(+), 181 deletions(-) create mode 100644 test/CodeGen/SystemZ/copy-physreg-128.ll