This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c072c50 [mips][fastisel] Consider soft-float an unsupported floating [...] new 94ec1e3 [Power9] Exploit D-Form VSX Scalar memory ops that target ful [...]
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/PPCInstrInfo.cpp | 51 +++++++++++++++-- lib/Target/PowerPC/PPCInstrVSX.td | 24 ++++++++ lib/Target/PowerPC/PPCRegisterInfo.cpp | 12 ++++ test/CodeGen/PowerPC/VSX-DForm-Scalars.ll | 73 +++++++++++++++++++++++++ test/CodeGen/PowerPC/bitcasts-direct-move.ll | 1 + test/CodeGen/PowerPC/float-to-int.ll | 35 +++++++++++- test/CodeGen/PowerPC/i64-to-float.ll | 32 ++++++++++- test/CodeGen/PowerPC/mcm-12.ll | 15 ++++- test/CodeGen/PowerPC/mcm-4.ll | 30 ++++++++-- test/CodeGen/PowerPC/ppc64-align-long-double.ll | 1 + test/CodeGen/PowerPC/ppc64le-aggregates.ll | 8 ++- test/CodeGen/PowerPC/pr25157-peephole.ll | 8 +++ test/CodeGen/PowerPC/pr25157.ll | 4 ++ test/CodeGen/PowerPC/swaps-le-6.ll | 8 +-- test/CodeGen/PowerPC/vsx-spill.ll | 42 +++++++++++++- test/CodeGen/PowerPC/vsx_insert_extract_le.ll | 21 ++++--- test/CodeGen/PowerPC/vsx_scalar_ld_st.ll | 14 ++++- 17 files changed, 340 insertions(+), 39 deletions(-) create mode 100644 test/CodeGen/PowerPC/VSX-DForm-Scalars.ll