]> gcc.gnu.org Git - gcc.git/commit
re PR target/28232 (Wrong aligned load is generated with -m4a on sh-*)
authorRichard Sandiford <richard@codesourcery.com>
Mon, 23 Oct 2006 00:14:39 +0000 (00:14 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Mon, 23 Oct 2006 00:14:39 +0000 (00:14 +0000)
commit85144c5cdd4f2ac1bbd4f2c1e5d1b77166c3e13c
treec618fdc7bea64f3e2e7057e7f1864d919624b92e
parent279f3eb50bc5e442683a3a4dd7cc45f04e3cb2fd
re PR target/28232 (Wrong aligned load is generated with -m4a on sh-*)

PR target/28232
* config/sh/sh.c (expand_block_move): Use a BLKmode rather than
SImode memory reference for the source of a movua.
* config/sh/sh.md (UNSPEC_MOVUA): New macro.
(movua): Use an unspec instead of sign_extract.  Expect the source
to have mode BLKmode.
(extv, insv): Use a BLKmode rather than SImode memory reference
for the source of a movua.

Co-Authored-By: Kaz Kojima <kkojima@gcc.gnu.org>
From-SVN: r117961
gcc/ChangeLog
gcc/config/sh/sh.c
gcc/config/sh/sh.md
This page took 0.059809 seconds and 5 git commands to generate.