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] fix rtl-optimization/18614


On Tue, 23 Nov 2004, Uros Bizjak wrote:
> 2004-11-23  Uros Bizjak  <uros@kss-loka.si>
>
>     PR rtl-optimization/18614
>     * simplify-rtx.c (simplify_binary_operation): Do not
>     simplify inner elements of constant arguments of
>     VEC_CONCAT insn.

This is OK for mainline, provided that you add the testcase from
the bugzilla PR to the dejagnu testsuite.  Thanks.

For those wondering about a potential missed optimization opportunity,
VEC_CONCAT of two CONST_VECTORs is handled later in the same function.

Roger
--


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