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: ssa bootstrap problem on x86 (cmpstrsi_1 pattern)


>>>>> "Michael" == Michael Meissner <meissner@cygnus.com> writes:

    Michael> Actually what we should do for for all arithmetic
    Michael> operations, including moves, is issue the generic
    Michael> operation (with no clobbers) in the rtl phase, and then
    Michael> in the post ssa phase, reissue the operations in a
    Michael> machine dependent manner, possibly issuing function
    Michael> calls, move by pieces, etc.

That is precisely what I was trying to suggest.  Thanks for putting it
more clearly.

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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