We currently emit a double precision comparison instruction for this, whereas we need to emit the single precision version.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
LGTM.
BTW, looks like we are missing test cases all vector float vec_all* and vec_any* and also non-vsx path?
Comment Actions
The non-VSX path is tested in test/CodeGen/builtins-ppc-altivec.c
I will add the VSX tests in this commit.