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/66866] [miscompile] incorrect load address on manual vector shuffle


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

--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> ---
bool
ix86_expand_pinsr (rtx *operands)
{
...
  if (GET_CODE (src) == SUBREG)
    src = SUBREG_REG (src);

and lost SUBREG_OFFSET.


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