This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 22b25645810 [llvm-extract] Support extracting basic blocks new 29416d6d5bb Add bdver shuffle sink tests. new bf4a8b9bd62 [SLPVectorizer] add test for PR13837; NFC new 04b580d0637 [PPC] Avoid incorrect fp-i128-fp lowering.
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 | 6 +++-- test/CodeGen/PowerPC/fp-int128-fp-combine.ll | 25 +++++++++++++++++ .../CodeGenPrepare/X86/x86-shuffle-sink.ll | 21 +++++++++++++++ .../Transforms/SLPVectorizer/ARM/extract-insert.ll | 31 ++++++++++++++++++++++ 4 files changed, 81 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/PowerPC/fp-int128-fp-combine.ll create mode 100644 test/Transforms/SLPVectorizer/ARM/extract-insert.ll