[patch] h8300: Optimize addsi_h8300.

Kazu Hirata kazu@cs.umass.edu
Tue Jan 21 20:41:00 GMT 2003


Hi Toshi,

> BTW, does the H8/300 port do add-splitting early or late?
> 
> We noticed on the SH that if you do add-splitting early, it interferes
> with CSE because the constants aren't exposed anymore...
> 
> Hopeflly this is done late?

By "add-splitting" do you mean splitting

  add.l #3,er0

to

  adds #2,er0
  adds #1,er0

If so, it is done everywhere.  The splitter does not even have
reload_completed.

Kazu Hirata



More information about the Gcc-patches mailing list