This is the mail archive of the gcc-bugs@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]

[Bug target/53987] [SH] Unnecessary zero-extensions


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53987

--- Comment #13 from Oleg Endo <olegendo at gcc dot gnu.org> ---
attachment 36309 of PR 67506 is another example.  It contains the following
code sequence:

        mov.b   @r2,r0   <<
        extu.b  r0,r0    << 
        tst     #128,r0
        bt/s    .L11
        extu.w  r0,r2    <<
        mov     r1,r2


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