[PATCH] D80723: [PowerPC] Convert vec_splats functions to macros

Colin Samples via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun May 31 14:54:14 PDT 2020


vddvss updated this revision to Diff 267529.
vddvss marked an inline comment as done.
vddvss added a comment.

Updated revision to address @steven.zhang's good suggestion on the test case.

This also does `clang-format` on `altivec.h` to address the harbormaster failure, although I am inclined to do `/* clang-format off */`, since it is a lot less readable after running `clang-format`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80723/new/

https://reviews.llvm.org/D80723

Files:
  clang/lib/Headers/altivec.h
  clang/test/CodeGen/ppc-emmintrin.c
  clang/test/CodeGen/ppc-mmintrin.c
  clang/test/CodeGen/ppc-pmmintrin.c
  clang/test/CodeGen/ppc-smmintrin.c
  clang/test/CodeGen/ppc-tmmintrin.c
  clang/test/CodeGen/ppc-xmmintrin.c
  clang/test/CodeGen/pr44276.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80723.267529.patch
Type: text/x-patch
Size: 105925 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200531/1c39ddb1/attachment-0001.bin>


More information about the cfe-commits mailing list