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/15825] [3.5 Regression] if-cvt optimisation patch noce_try_sign_mask breaks apple-ppc-darwin port


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-04 20:27 -------
Ok, I was just think this looks like one if-cvt is happen (a==0?1:0) and then the other (b<0?c:0) is 
happening which causes the rtl not to have the correct clobber on the eq RTL.  I have not looked into 
the source yet though, this was just a thought of what was happening.

-- 


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


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