This is the mail archive of the gcc@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: possible regression... where to look at?


Richard,
This happens regardless to the rtx_cost value.
So, currently shift costs COSTs_N_INSNS (10) whereas and costs 2 of them.

Even when I undefine all 'cost' stuff from the code it behaves the same.

Cheers,
Dmitry.

On Saturday 13 March 2004 02:30, Richard Henderson wrote:
> On Fri, Mar 12, 2004 at 03:26:06PM +0300, Dmitry wrote:
> > Is it general gcc-3.4 regression or I have to define something extra?
>
> If you have your rtx_cost set up such that shift is more expensive
> than and, then I'd classify it as a bug.
>
>
> r~


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