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] speedup reg_overlap_mentioned_p


> For a construct like this, I would use a 'retry:' label and a goto,
> instead of a fake loop.

Here is the updated patch.

Paolo

2004-02-01  Paolo Bonzini  <bonzini@gnu.org>

        * rtlanal.c (reg_overlap_mentioned_p) [!ENABLE_CHECKING]:
        Don't test CONSTANT_P (x).
        (reg_overlap_mentioned_p): Merge check for STRICT_LOWPART,
        ZERO_EXTRACT, SIGN_EXTRACT with the switch statement.
        Fix misindentation.

Attachment: gcc-speedup-reg-overlap-mentioned-p.patch
Description: Binary data


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