This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 41306baa27e [NFC][llvm-objcopy] Make helper functions static new bb12f48c1c3 [Intrinsics] define funnel shift IR intrinsics + DAG builde [...]
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: docs/LangRef.rst | 92 ++++ include/llvm/IR/Intrinsics.td | 4 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 37 ++ test/CodeGen/AArch64/funnel-shift-rot.ll | 217 ++++++++++ test/CodeGen/AArch64/funnel-shift.ll | 311 ++++++++++++++ test/CodeGen/PowerPC/funnel-shift-rot.ll | 214 +++++++++ test/CodeGen/PowerPC/funnel-shift.ll | 271 ++++++++++++ test/CodeGen/X86/funnel-shift-rot.ll | 387 +++++++++++++++++ test/CodeGen/X86/funnel-shift.ll | 526 +++++++++++++++++++++++ 9 files changed, 2059 insertions(+) create mode 100644 test/CodeGen/AArch64/funnel-shift-rot.ll create mode 100644 test/CodeGen/AArch64/funnel-shift.ll create mode 100644 test/CodeGen/PowerPC/funnel-shift-rot.ll create mode 100644 test/CodeGen/PowerPC/funnel-shift.ll create mode 100644 test/CodeGen/X86/funnel-shift-rot.ll create mode 100644 test/CodeGen/X86/funnel-shift.ll