This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9dd8ea36b2b [InstCombine] regenerate test checks; NFC new 4561f7dac87 Re-commit: [MachineLICM] Add functions to MachineLICM to ho [...] new ff51e420754 [InstSimplify] regenerate checks, move tests; NFC new 1234988eb62 [X86][Btver2] Vector store instructions use a JFPU1 schedul [...]
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/CodeGen/TargetRegisterInfo.h | 7 + lib/CodeGen/MachineLICM.cpp | 84 +++- lib/CodeGen/TargetRegisterInfo.cpp | 23 + lib/Target/PowerPC/PPCInstrInfo.cpp | 25 +- lib/Target/PowerPC/PPCInstrInfo.h | 7 - lib/Target/PowerPC/PPCMIPeephole.cpp | 20 +- lib/Target/PowerPC/PPCRegisterInfo.cpp | 25 +- lib/Target/X86/X86ScheduleBtVer2.td | 4 +- test/CodeGen/PowerPC/extra-toc-reg-deps.ll | 2 - test/CodeGen/PowerPC/loop-hoist-toc-save.ll | 129 ++++++ test/CodeGen/PowerPC/ppc64-func-desc-hoist.ll | 2 - test/Transforms/InstCombine/gep-vector.ll | 16 - test/Transforms/InstSimplify/gep.ll | 61 ++- test/tools/llvm-mca/X86/BtVer2/load-store-alias.s | 18 +- test/tools/llvm-mca/X86/BtVer2/memcpy-like-test.s | 18 +- test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 508 +++++++++++----------- test/tools/llvm-mca/X86/BtVer2/resources-sse1.s | 4 +- test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 282 ++++++------ 18 files changed, 735 insertions(+), 500 deletions(-) create mode 100644 test/CodeGen/PowerPC/loop-hoist-toc-save.ll