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 tree-optimization/24609] [4.1 regression] Same value duplicated in two different registers



------- Comment #9 from ian at airs dot com  2005-11-03 06:28 -------
Created an attachment (id=10116)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10116&action=view)
Patch for RTL if-conversion

This is a patch for RTL if-conversion which fixes this particular bug on i686. 
It's not a real fix for the underlying issue.  It just improves RTL
if-conversion so that it supports multiple simple conditional moves.  I'm not
sure whether this is a good idea or not.


-- 


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


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