This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, alpha]: Fix PR42774: ICE with unaligned HImode mem


On 01/18/2010 05:18 PM, Richard Henderson wrote:
On 01/18/2010 12:21 AM, Uros Bizjak wrote:
    PR target/42774
    * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
    memory references with unaligned offsets.
    (unaligned_memory_operand): Return 1 for memory references with
    unaligned offsets.

Ok.

Thanks.


Actually, we can also remove special handling for CQImode, since CQImode is also handled by new code.

2010-01-18 Uros Bizjak <ubizjak@gmail.com>

    PR target/42774
    * config/alpha/predicates.md (aligned_memory_operand): Return 0 for
    memory references with unaligned offsets.  Remove CQImode handling.
    (unaligned_memory_operand): Return 1 for memory references with
    unaligned offsets.  Remove CQImode handling.

Patch was bootstrapped and regression tested on alphaev68-linux-gnu with --build = --host = --target = alpha-linux-gnu.

Patch was committed to 4.4 and 4.5 branch, will be also committed to 4.3 after regression tests finish there.

Uros.

Attachment: p.diff.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]