This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aeddc35 [cmake] Reintroduce (ldconfig-compatible) SOVERSIONs on share [...] new d0e875c [Power9] Part-word VSX integer scalar loads/stores and sign e [...]
The 1 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/Target/PowerPC/AsmParser/PPCAsmParser.cpp | 31 +- .../PowerPC/Disassembler/PPCDisassembler.cpp | 33 +- lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp | 28 +- .../PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp | 11 +- lib/Target/PowerPC/PPCAsmPrinter.cpp | 18 +- lib/Target/PowerPC/PPCCallingConv.td | 20 +- lib/Target/PowerPC/PPCISelLowering.cpp | 107 +- lib/Target/PowerPC/PPCISelLowering.h | 14 + lib/Target/PowerPC/PPCInstrAltivec.td | 16 + lib/Target/PowerPC/PPCInstrFormats.td | 10 + lib/Target/PowerPC/PPCInstrInfo.cpp | 44 +- lib/Target/PowerPC/PPCInstrInfo.h | 17 + lib/Target/PowerPC/PPCInstrInfo.td | 20 + lib/Target/PowerPC/PPCInstrVSX.td | 259 ++++- lib/Target/PowerPC/PPCMIPeephole.cpp | 57 + lib/Target/PowerPC/PPCRegisterInfo.cpp | 1 - lib/Target/PowerPC/PPCRegisterInfo.td | 35 +- lib/Target/PowerPC/PPCVSXCopy.cpp | 18 +- .../PowerPC/inline-asm-scalar-to-vector-error.ll | 3 - test/CodeGen/PowerPC/load-v4i8-improved.ll | 14 +- test/CodeGen/PowerPC/machine-combiner.ll | 4 - .../PowerPC/p8-scalar_vector_conversions.ll | 7 +- test/CodeGen/PowerPC/power9-moves-and-splats.ll | 12 +- test/CodeGen/PowerPC/ppc64-i128-abi.ll | 9 +- test/CodeGen/PowerPC/select-i1-vs-i1.ll | 97 +- test/CodeGen/PowerPC/sjlj.ll | 8 +- test/CodeGen/PowerPC/vsx-args.ll | 21 +- test/CodeGen/PowerPC/vsx-infl-copy1.ll | 10 +- test/CodeGen/PowerPC/vsx-p8.ll | 6 +- .../PowerPC/vsx-partword-int-loads-and-stores.ll | 1132 ++++++++++++++++++++ test/CodeGen/PowerPC/vsx-spill-norwstore.ll | 4 +- test/CodeGen/PowerPC/vsx-vec-spill.ll | 34 + test/CodeGen/PowerPC/vsx.ll | 184 +--- 33 files changed, 1889 insertions(+), 395 deletions(-) create mode 100644 test/CodeGen/PowerPC/vsx-partword-int-loads-and-stores.ll create mode 100644 test/CodeGen/PowerPC/vsx-vec-spill.ll