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 target/39725] [4.5/4.6/4.7 Regression][cond-optab] MIPS pessimizations on floating-point


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

--- Comment #8 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-08-24 22:28:52 UTC ---
for compare-fp-1:
iuneq same
ieq improved (using movf)
iltgt have to look more into (since I am comparing 4.3 vs 4.6)
ine same
iunlt improved (using movf)
ilt improved (using movf)
ile improved (using movf)
iungt improved (using movf)
igt improved (using movf)
iunge improved (using movf)
ige  have to look more into (since I am comparing 4.3 vs 4.6)


I noticed that these all could be improved even more by using movf more and
better jump threading.


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