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/65952] [AArch64] Will not vectorize storing induction of pointer addresses for LP64


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

--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
So aarch64 has no DImode vectors?  Or just no DImode multiply (but it has a
DImode vector shift?).  If so this could be handled by a vectorizer pattern
transforming the multiply to a shift.


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