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 middle-end/42574] [4.3/4.4/4.5 Regression] Address of global variable is calculated multiple times (missed CSE)



------- Comment #3 from steven at gcc dot gnu dot org  2010-01-01 20:44 -------
CPROP should handle this, since the address is a "constant" if a proper
REG_EQUAL note is placed on the (set (reg) (address)).


-- 


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


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