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/78952] Combine does not convert 8-bit sign-extract to a zero-extract for QImode operations


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

--- Comment #3 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Note avr has an "any_extract" code_iterator for this.  That of course
is a crutch but could be a workaround for you for now.

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