[PATCH] D18593: [PowerPC] Front end improvements for vec_splat

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 05:24:17 PDT 2016


nemanjai created this revision.
nemanjai added reviewers: hfinkel, wschmidt, kbarton, amehsan, seurer.
nemanjai added a subscriber: llvm-commits.
nemanjai set the repository for this revision to rL LLVM.

The front end portion of D18592.

Exploit xxspltw and xxspltd (xxpermdi) for vec_splat builtins when VSX is available.

Repository:
  rL LLVM

http://reviews.llvm.org/D18593

Files:
  include/clang/Basic/BuiltinsPPC.def
  lib/Headers/altivec.h
  test/CodeGen/builtins-ppc-vsx.c
  test/CodeGen/ppc-vsx-splat.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18593.52039.patch
Type: text/x-patch
Size: 12801 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160330/7fe7590c/attachment.bin>


More information about the llvm-commits mailing list