[PATCH] D26160: Implement remaining vector comparison builtins

Tony Jiang via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 12:32:11 PDT 2016


jtony created this revision.
jtony added reviewers: nemanjai, ehsan, kbarton, sfertile, syzaara, lei.
jtony added a subscriber: llvm-commits.

Nothing too special here, just a few that are missing and they're very similar to the existing ones.
Signatures:
vector bool char vec_cmpeq (vector bool char, vector bool char);
vector bool int vec_cmpeq (vector bool int, vector bool int);
vector bool long long vec_cmpeq (vector bool long long, vector bool long long);
vector bool short vec_cmpeq (vector bool short, vector bool short);


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.76459.patch
Type: text/x-patch
Size: 4201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161031/68bd43a6/attachment.bin>


More information about the llvm-commits mailing list