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] OPT: Update heuristics for loop-invariant for address arithmetic.


Very delayed answer, sorry...

Ajit Kumar Agarwal <ajit.kumar.agarwal@xilinx.com> writes:
> Hello All:
>
> The changes are made in the patch to update the heuristics for loop
> invariant for address arithemetic at RTL Level.  The heuristics are
> updated with the consideration of single def and use for register
> pressure calculation instead Of ignoring it and also to update the
> estimated register pressure cost along with the check of actual uses
> with Address uses.
>
> With the above change, gains are seen in the Geomean for Mibench/EEMBC
> benchmarks for microblaze target. No Regression is seen in deja GNU
> regressions tests for microblaze.

Since thispatch is basically removing code, were you able to analyse why
that code was having a detrimental effect?  I assume it benefited some
target originally.

Thanks,
Richard


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