public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [ARM, PATCH v2 0/2] PR68532: Fix VZIP/VUZP recognition for big endian
@ 2016-02-03 18:59 charles.baylis
  2016-02-03 18:59 ` [PATCH 1/2] [ARM] PR68532: Fix up vuzp " charles.baylis
  2016-02-03 18:59 ` [PATCH 2/2] [ARM] PR68532 Fix up vzip recognition " charles.baylis
  0 siblings, 2 replies; 10+ messages in thread
From: charles.baylis @ 2016-02-03 18:59 UTC (permalink / raw)
  To: Ramana.Radhakrishnan, kyrylo.tkachov, richard.earnshaw
  Cc: rearnsha, gcc-patches, michael.collison

From: Charles Baylis <charles.baylis@linaro.org>

This is an updated patch, which fixes the following issues:
. big endian ICE with vshuf-* tests
. style issues reported by check_GNU_style.sh

This has no regressions with -mfpu=neon, for arm-unknown-linux-gnueabihf and
armeb-unknown-linux-gnueabihf. The new test passes for both, and big endian has
new PASSes for the vshuf-* execution tests, which currently fail on trunk.

The comment about the failures due to failure to vectorize seems to have been
incorrect.

Link to previous thread:
    https://gcc.gnu.org/ml/gcc-patches/2016-02/msg00060.html

Charles Baylis (2):
  [ARM] PR68532: Fix up vuzp for big endian
  [ARM] PR68532 Fix up vzip recognition for big endian

 gcc/config/arm/arm.c                          | 77 +++++++++++++++++++++------
 gcc/config/arm/arm_neon.h                     | 72 ++++++++++++-------------
 gcc/testsuite/gcc.c-torture/execute/pr68532.c | 24 +++++++++
 3 files changed, 122 insertions(+), 51 deletions(-)
 create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr68532.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-02-09 18:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-03 18:59 [ARM, PATCH v2 0/2] PR68532: Fix VZIP/VUZP recognition for big endian charles.baylis
2016-02-03 18:59 ` [PATCH 1/2] [ARM] PR68532: Fix up vuzp " charles.baylis
2016-02-08 11:42   ` Kyrill Tkachov
2016-02-09 17:01     ` Charles Baylis
2016-02-09 17:08       ` Kyrill Tkachov
2016-02-09 18:54         ` Charles Baylis
2016-02-03 18:59 ` [PATCH 2/2] [ARM] PR68532 Fix up vzip recognition " charles.baylis
2016-02-08 11:42   ` Kyrill Tkachov
2016-02-09 17:07     ` Charles Baylis
2016-02-09 18:53       ` Charles Baylis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).