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]: Some further HWI == 64 improvements


On 05/14/2015 08:32 AM, Uros Bizjak wrote:
> 2015-05-14  Uros Bizjak  <ubizjak@gmail.com>
> 
>     * config/alpha/alpha.c (alpha_extract_integer): Do not handle
>     CONST_WIDE_INT and CONST_DOUBLE.  Assert CONST_INT_P (x).
>     (alpha_legitimate_constant_p) <case CONST_WIDE_INT>: Check high and
>     low part of the constant using alpha_emit_set_const_1.
>     (alpha_expand_mov): Do not handle CONST_WIDE_INT and CONST_DOUBLE.
> 
> The patch passes bootstrap on alphaev68-linux-gnu, regression test is
> in progress.
> 
> OK if regtest passes?

Looks good.


r~


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