[Bug target/35626] gcc for CELL spu produces poor code using functions with structure parameters
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Mar 30 23:32:00 GMT 2008
------- Comment #2 from pinskia at gcc dot gnu dot org 2008-03-30 23:31 -------
This is now fixed:
add_tri:
fa $3,$3,$6
stqd $sp,-224($sp)
fa $4,$4,$7
fa $5,$5,$8
ai $sp,$sp,-224
lnop
ai $sp,$sp,224
bi $lr
The sp update is a different issue and most likely related to how late we
remove the stores (which is a different bug).
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Target Milestone|--- |4.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35626
More information about the Gcc-bugs
mailing list