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: [PATCH] Fix PR39715 (Thumb pessimization)


On 08/03/2009 02:41 PM, Richard Earnshaw wrote:
>  	* simplify-rtx.c (simplify_relational_operation_1):
>  	Look for useless extensions of a subreg, if the extension
>  	is from the same mode as the subreg.

I'll punt on this bit following Adam's comments. Please re-submit if still needed.

Moving this to simplify_unary_operation_1 causes a libgfortran miscompilation on x86_64-linux.


However, something changed in the meanwhile and the testcase passes even without this bit. So I committed the patch without it.

Paolo


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