On 20/11/14 18:19, Marcus Shawcroft wrote:
On 13 November 2014 10:09, David Sherwood <[email protected]> wrote:gcc/: 2014-11-13 David Sherwood <[email protected]> * config/aarch64/aarch64-protos.h (aarch64_simd_attr_length_rglist, aarch64_reverse_mask): New decls. * config/aarch64/iterators.md (UNSPEC_REV_REGLIST): New enum. * config/aarch64/iterators.md (insn_count): New mode_attr. * config/aarch64/aarch64-simd.md (vec_store_lanes(o/c/x)i, vec_load_lanes(o/c/x)i): Fixed to work for Big Endian.Spell these out in full please, some folks like to be able to grep for function names in these logs.* config/aarch64/aarch64-simd.md (aarch64_rev_reglist, aarch64_simd_(ld/st)(2/3/4)): Added.Likewise.* config/aarch64/aarch64.c (aarch64_simd_attr_length_rglist, aarch64_reverse_mask): Added.It isn;t clear to me how far through the various BE patches we need to get before 59810 is actually resolved?
David's 2 patches https://gcc.gnu.org/ml/gcc-patches/2014-11/msg01431.html https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01099.html and Alan's 2 patches: https://gcc.gnu.org/ml/gcc-patches/2014-11/msg02797.html https://gcc.gnu.org/ml/gcc-patches/2014-12/msg01087.html should fix 59810. Thanks, Tejas.
