[Bug target/63652] [AArch64_be] vzip/vuzp tests fail

2015-09-02 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63652

--- Comment #3 from Christophe Lyon  ---
Author: clyon
Date: Wed Sep  2 14:04:22 2015
New Revision: 227402

URL: https://gcc.gnu.org/viewcvs?rev=227402=gcc=rev
Log:
[AArch64_be] Fix vldX/vstX AdvSIMD intrinsics.

2015-09-02  Christophe Lyon  

PR target/59810
PR target/63652
PR target/63653
* config/aarch64/aarch64-simd.md
(aarch64_ld): Call
gen_aarch64_simd_ld.
(aarch64_st): Call
gen_aarch64_simd_st.


Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/aarch64/aarch64-simd.md


[Bug target/63652] [AArch64_be] vzip/vuzp tests fail

2015-09-02 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63652

Christophe Lyon  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Christophe Lyon  ---
Fixed by r227402.


[Bug target/63652] [AArch64_be] vzip/vuzp tests fail

2015-02-10 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63652

--- Comment #2 from clyon at gcc dot gnu.org ---
I saw them pass at r219958, but fail again at r219959 as reported here:
https://gcc.gnu.org/ml/gcc-patches/2015-01/msg02204.html


[Bug target/63652] [AArch64_be] vzip/vuzp tests fail

2015-02-09 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63652

--- Comment #1 from Andrew Pinski pinskia at gcc dot gnu.org ---
Hasn't this been fixed or at least the patch submitted to fix them?