[Bug target/49781] [x32] Unnecessary lea in x32 mode
ubizjak at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Aug 12 06:31:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49781
Uros Bizjak <ubizjak at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target| |x32
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Target Milestone|--- |4.7.0
--- Comment #48 from Uros Bizjak <ubizjak at gmail dot com> 2011-08-12 06:31:31 UTC ---
The remaining LEAs are due to:
- CSE'd partial address, these can be distributed into uses, based on some cost
model, etc...
- reloaded non-offsetable address to handle "o" constraint, necessary.
Let's close this bug and eventually open new one on a case-by-case basis.
So, fixed.
More information about the Gcc-bugs
mailing list