This is the mail archive of the gcc-bugs@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]

[Bug rtl-optimization/16803] PowerPC - invariant code motion could be removed from loop.


------- Additional Comments From rakdver at gcc dot gnu dot org  2004-07-30 19:15 -------
Branch on count is not used since we do not know whether the loop is not 
infinite (which would be the case if y == MAX_INT - SOME_CONST).

The fact that neither of the two rtl loop invariant motion passes nor PRE moves 
the invariants out of the loop is weird.  I will have a look at that.

Zdenek

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16803


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