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/66115] When using -O0 with -mavx the compiler uses aligned loads for possibly unaligned function parameters


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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
I think this is invalid as __m128i as an alignment requirement of 16byte but
a+1 is not aligned to 16byte boundary.  It just happens to work for -O2.


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