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] Clean-up math builtin argument stabilization


On Wed, Jun 18, 2003 at 01:46:46PM -0600, Roger Sayle wrote:
> The third improvement is to move
> the expansion of the arguments inside the start_sequence(), so if
> we can't expand the intrinsic also avoid emitting the RTL to evaluate
> it's arguments.

This makes the use of SAVE_EXPR invalid, since you threw away its
computation.  You can't do this without the somewhat extreme 
measures taken in calls.c:fix_unsafe_tree.

Everything else looks ok.



r~


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