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]

Re: Patch to improve x86 FP move patterns


>   > Thu Apr  1 23:23:18 EST 1999  John Wehle  (john@feith.com)
>   > 
>   > 	* i386.md (movsf+1, movdf+1, movxf+1): Update constraints
>   > 	so that SECONDARY_MEMORY_RELOAD is used.  Remove dead code.
> Thanks.  Installed!

After posting the patch last night I tweaked the movdf+1 and movxf+1
constraints further by adding earlyclobber to alternative three.

So instead of:

  [(set (match_operand:DF 0 "nonimmediate_operand" "=f,m,!*r,!o")

it reads:

  [(set (match_operand:DF 0 "nonimmediate_operand" "=f,m,!&*r,!o")

Okay to update the source tree?

-- John
-------------------------------------------------------------------------
|   Feith Systems  |   Voice: 1-215-646-8000  |  Email: john@feith.com  |
|    John Wehle    |     Fax: 1-215-540-5495  |                         |
-------------------------------------------------------------------------



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