[PATCH] D64024: [PowerPC][Altivec] Emit correct builtin for single precision vec_all_ne
Nemanja Ivanovic via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 7 18:20:04 PST 2019
nemanjai added a comment.
Herald added subscribers: shchenz, wuzish.
In D64024#1565190 <https://reviews.llvm.org/D64024#1565190>, @jsji wrote:
> LGTM.
> BTW, looks like we are missing test cases all `vector float` `vec_all*` and `vec_any*` and also non-vsx path?
The non-VSX path is tested in test/CodeGen/builtins-ppc-altivec.c
I will add the VSX tests in this commit.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64024/new/
https://reviews.llvm.org/D64024
More information about the cfe-commits
mailing list