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/53759] [4.7/4.8 Regression] gcc -mavx emits vshufps for __builtin_ia32_loadlps


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53759

--- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-06-25 08:48:50 UTC ---
Created attachment 27699
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27699
gcc48-pr53759.patch

Sounds like an obvious typo in that change, the x, x, x alternative is already
earlier and shouldn't use vmovlps insn, so that obviously should have been x,
m, x.


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