This is the mail archive of the gcc@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: expand and truncate and 387


On Tue, Dec 01, 1998 at 09:13:24AM -0500, Stephen L Moshier wrote:
> Even assuming that there is a subroutine call, how would that allow
> eliminating the convert insn?

(1) The conversion can be combined with the store while flushing
    the register stack.

(2) The conversion can be combined with a load/store pair after
    the subroutine call.

> The assertion is that
> according to IEEE the conversion is still an operation, it still might
> do something, and it still cannot be deleted.

Give me a scenerio, in which the user isn't doing things behind
the compiler's back, in which they can tell the difference.


r~


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