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

--- Comment #3 from Andreas Schwab <sch...@linux-m68k.org> ---
The issue is that LRA canonicalizes MULT to ASHIFT (outside of MEM), but
m68k_decompose_index only recognizes MULT, so that *lea fails to match.

Reply via email to