This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 19852c64c09 [DAGCombiner] extractShiftForRotate - fix out of range shift issue new ac879930f81 [PowerPC] Generate Power9 extswsli extend sign and shift im [...]
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/PPCISelLowering.cpp | 26 +++++++++++++++++++++++++- lib/Target/PowerPC/PPCISelLowering.h | 4 ++++ lib/Target/PowerPC/PPCInstr64Bit.td | 5 +++-- lib/Target/PowerPC/PPCInstrInfo.td | 6 ++++++ llvm/test/CodeGen/PowerPC/extswsli.ll | 17 +++++++++++++++++ test/CodeGen/PowerPC/extswsli.ll | 17 +++++++++++++++++ 6 files changed, 72 insertions(+), 3 deletions(-) create mode 100644 llvm/test/CodeGen/PowerPC/extswsli.ll create mode 100644 test/CodeGen/PowerPC/extswsli.ll