[PATCH] D26160: [PowerPC] Implement remaining vector comparison builtins

Tony Jiang via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 3 08:12:30 PDT 2016


jtony updated this revision to Diff 76862.
jtony marked 2 inline comments as done.
jtony added a comment.

Fix a few format and layout issues.

Format: clang-format is not always correct, sometimes separate parameters in different lines is better.
Layout: put the overloaded builtin functions  in such order:  signed version, unsigned version and bool version.


https://reviews.llvm.org/D26160

Files:
  lib/Headers/altivec.h
  test/CodeGen/builtins-ppc-altivec.c
  test/CodeGen/builtins-ppc-p8vector.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26160.76862.patch
Type: text/x-patch
Size: 8796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161103/c06b297f/attachment.bin>


More information about the llvm-commits mailing list