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/5738] GCSE missed optimization: common condition instructions


------- Additional Comments From dalej at apple dot com  2004-11-04 23:31 -------
It does say that, and I expect cases can be constructed where the comment is true, but it is not
completely right.  When you replace 2 copies of code with 1 copy you are generally making it
smaller.  Plus, there is a beneficial interaction with RTL invariant hoisting, as it exposes more
invariants when you do hoisting inside a loop.



-- 


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


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