This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9887d2b015d [docs][statepoint] tweak a title new 3ccdf221e97 [CostModel] Add SK_ExtractSubvector handling to getInstruct [...] new 7bade9c965f [Power9] Allow gpr callee saved spills in prologue to vecto [...]
The 2 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/MachineFrameInfo.h | 29 ++++- include/llvm/IR/Instructions.h | 19 +++ lib/Analysis/TargetTransformInfo.cpp | 10 +- lib/CodeGen/MIRPrinter.cpp | 26 ++-- lib/CodeGen/PrologEpilogInserter.cpp | 28 +++++ lib/IR/Instructions.cpp | 29 +++++ lib/Target/PowerPC/PPCFrameLowering.cpp | 139 +++++++++++++++++---- lib/Target/PowerPC/PPCFrameLowering.h | 7 ++ .../CostModel/X86/shuffle-extract_subvector.ll | 72 +++++------ test/CodeGen/MIR/PowerPC/prolog_vec_spills.mir | 62 +++++++++ 10 files changed, 342 insertions(+), 79 deletions(-) create mode 100644 test/CodeGen/MIR/PowerPC/prolog_vec_spills.mir