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

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to H.J. Lu from comment #3)
> LEA is changed to load through an indirection. Isn't it a regression?

LEA + moving a GPR register to SSE register.
So bet it depends on how costly the moving from GPR to SSE register is (and how
costly we represent it in costs).

Reply via email to