This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] [Clang] Port SSE4.1-compatible insert intrinsics
ClosedPublic

Authored by qiucf on Oct 12 2020, 8:02 AM.

Details

Summary

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.

Diff Detail

Event Timeline

qiucf created this revision.Oct 12 2020, 8:02 AM
qiucf requested review of this revision.Oct 12 2020, 8:02 AM
jsji accepted this revision as: jsji.Nov 8 2020, 7:59 PM

LGTM. Thanks.

This revision is now accepted and ready to land.Nov 8 2020, 7:59 PM
This revision was landed with ongoing or failed builds.Nov 9 2020, 6:54 PM
This revision was automatically updated to reflect the committed changes.