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: Fix PR/46200 -- ivopt bug in test condition cost computation


Hi,

> Hi, please review the patch attached. Regression and some performance
> test is under going.

it would be more consistent to either avoid using aff_combination functions
in get_computation_cost_at completely, or rewrite it to use aff_combination
instead of the current difference_cost/... functions (however, the latter
would probably lead to somewhat slower compilation time).  The patch should
also include a testcase for the problem.

Thanks for working on this,

Zdenek


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