public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Patch PR target/67366 0/2] Handle misaligned loads and stores for scalars on STRICT_ALIGNMENT targets
@ 2015-10-08 14:06 Ramana Radhakrishnan
  2015-10-08 14:06 ` [Patch PR target/67366 1/2] [ARM] - Add movmisalignhi / si patterns Ramana Radhakrishnan
  2015-10-08 14:11 ` [Patch PR target/67366 2/2] [gimple-fold.c] Support movmisalign optabs in gimple-fold.c Ramana Radhakrishnan
  0 siblings, 2 replies; 5+ messages in thread
From: Ramana Radhakrishnan @ 2015-10-08 14:06 UTC (permalink / raw)
  To: gcc-patches

This set of 2 patches attempts to fix PR target/67366 by introducing
use of the movmisalign optabs in gimple-fold.c to allow detecting
memcpys of the form shown in the testcase in the PR.

Patch 1/2 fixes the ARM backend to produce movmisalign patterns when
unaligned access is supported.

Patch 2/2 fixes gimple-fold.c to handle the appropriate cases
and deals with the testsuite fall out that this caused on ARM.

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

end of thread, other threads:[~2015-10-14 17:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-08 14:06 [Patch PR target/67366 0/2] Handle misaligned loads and stores for scalars on STRICT_ALIGNMENT targets Ramana Radhakrishnan
2015-10-08 14:06 ` [Patch PR target/67366 1/2] [ARM] - Add movmisalignhi / si patterns Ramana Radhakrishnan
2015-10-08 14:11 ` [Patch PR target/67366 2/2] [gimple-fold.c] Support movmisalign optabs in gimple-fold.c Ramana Radhakrishnan
2015-10-09  9:20   ` Richard Biener
2015-10-14 17:35   ` Jeff Law

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).