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 rtl-optimization/83565] RTL combine pass breaks shift result (at least on ia64)


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

--- Comment #18 from Jim Wilson <wilson at gcc dot gnu.org> ---
SPARC defines WORD_REGISTER_OPERATIONS, and works the same as ia64.  The upper
bits of a 64-bit register after a 32-bit operation are don't care bits.

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