This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f284f00fe09 LTO: Apply global DCE to ThinLTO modules at LTO opt level 0. new c476f43bee9 Revert r317106 to facilitate reverting r317105. new f0b2742b3d6 Revert r317105 to investigate bot breakage. new 3031a585fbf Adds code to PPC ISEL lowering to recognize half-word inser [...]
The 3 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 | 119 ++++++++ lib/Target/PowerPC/PPCISelLowering.h | 9 +- lib/Target/PowerPC/PPCInstrAltivec.td | 16 +- lib/Transforms/Scalar/LoopRotation.cpp | 24 -- lib/Transforms/Utils/BasicBlockUtils.cpp | 24 +- test/CodeGen/PowerPC/p9-vinsert-vextract.ll | 300 +++++++++++++++++++++ test/Transforms/LoopRotate/dbg-value-duplicates.ll | 88 ------ 7 files changed, 440 insertions(+), 140 deletions(-) create mode 100644 test/CodeGen/PowerPC/p9-vinsert-vextract.ll delete mode 100644 test/Transforms/LoopRotate/dbg-value-duplicates.ll