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: RFC: Using (set (if_then_else ...)) on IA64 for division instructions


On Wed, Sep 29, 2004 at 09:07:25AM -0700, Steve Ellcey wrote:
> I have been looking at how we generate code to do division on IA64 to
> see if I could get it to be scheduled better.  Currently IA64 generates
> a sequence of instructions using cond_exec, the problem with this is
> that cond_exec cannot be expanded until after reload and this results in
> the division instruction sequence being poorly scheduled.

I'm surprised you aren't getting decent results with flag_rename_registers.

> Are there any special problems with using if_then_else inside a set?

Nope.


r~


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