[Bug tree-optimization/19581] Missed store monition on the tree level (on PPC in general)

2005-01-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||19580 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19581

[Bug tree-optimization/19581] Missed store monition on the tree level (on PPC in general)

2005-01-22 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-01-23 01:47 --- This needs more alias analysis Structure aliasing could do this with a little work, so i'll take this for now -- What|Removed |Added -

[Bug tree-optimization/19581] Missed store monition on the tree level (on PPC in general)

2005-01-23 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-01-23 19:27 --- Right now it is the *old* loop optimizer that promotes the array elements to registers. How about that. Is there an "old loop optimizer" meta bug? We'll probably want to do this elsewhere before the ol