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] [3.2 branch] Fix PR optimization/9279


        2002-07-10  Roger Sayle  <roger@eyesopen.com>

        PR c/2454
        * combine.c (nonzero_bits): LOAD_EXTEND_OP should only apply
        to SUBREGs of MEMs.  (num_sign_bit_copies): Likewise.

Doesn't this patch now introduce a performance regression for targets that
don't expose a zero-extend in RTL for sub-word loads from memory?

David


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