This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 10fe375630c Disable [MachineLICM] Add functions to MachineLICM to hoist [...] new ba5863e984a [PowerPC] Infrastructure work. Implement getting the opcode [...] new ae98859fc1d [Power9]Legalize and emit code for quad-precision convert f [...]
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: lib/Target/PowerPC/PPCISelLowering.cpp | 17 +- lib/Target/PowerPC/PPCInstr64Bit.td | 225 +++++++------- lib/Target/PowerPC/PPCInstrAltivec.td | 24 +- lib/Target/PowerPC/PPCInstrFormats.td | 51 ++- lib/Target/PowerPC/PPCInstrInfo.cpp | 517 ++++++++++++++++--------------- lib/Target/PowerPC/PPCInstrInfo.h | 29 +- lib/Target/PowerPC/PPCInstrInfo.td | 170 +++++----- lib/Target/PowerPC/PPCInstrQPX.td | 38 +-- lib/Target/PowerPC/PPCInstrVSX.td | 77 ++--- test/CodeGen/PowerPC/f128-arith.ll | 30 +- test/CodeGen/PowerPC/vsxD-Form-spills.ll | 16 +- 11 files changed, 671 insertions(+), 523 deletions(-)