This is the mail archive of the gcc-patches@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]

Re: ifcvt conditional execution and rtx_cost


Could changes to ifcvt.c ( http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00498.html and http://gcc.gnu.org/ml/gcc-patches/2004-07/msg00506.html ) be used to solve PR 15187 ( http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15187 ) ?

Try adding costs for the FP operations in ix86_rtx_costs (config/i386/i386.c at line 15000 approx) with David's patch applied. It should be enough.


Paolo


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