[all-commits] [llvm/llvm-project] 979a4d: [PowerPC] [Clang] Port SSE4.1-compatible insert in...

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Mon Nov 9 18:54:42 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 979a4d268a48c27d9c0dce642912bcf648614ef8
      https://github.com/llvm/llvm-project/commit/979a4d268a48c27d9c0dce642912bcf648614ef8
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2020-11-10 (Tue, 10 Nov 2020)

  Changed paths:
    M clang/lib/Headers/ppc_wrappers/smmintrin.h
    M clang/test/CodeGen/ppc-smmintrin.c

  Log Message:
  -----------
  [PowerPC] [Clang] Port SSE4.1-compatible insert intrinsics

This patch adds three intrinsics compatible to x86's SSE 4.1 on PowerPC
target, with tests:

- _mm_insert_epi8
- _mm_insert_epi32
- _mm_insert_epi64

The intrinsics implementation is contributed by Paul Clarke.

Reviewed By: jsji

Differential Revision: https://reviews.llvm.org/D89242




More information about the All-commits mailing list