This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/65952] [AArch64] Will not vectorize storing induction of pointer addresses for LP64
- From: "alalaw01 at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 17 Jun 2015 13:22:26 +0000
- Subject: [Bug target/65952] [AArch64] Will not vectorize storing induction of pointer addresses for LP64
- Auto-submitted: auto-generated
- References: <bug-65952-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65952
--- Comment #8 from alalaw01 at gcc dot gnu.org ---
(In reply to alalaw01 from comment #7)
> (In reply to Richard Biener from comment #6)
> > So aarch64 has no DImode vectors? Or just no DImode multiply (but it has a
> > DImode vector shift?).
>
> Yes, the latter.
Sorry, aarch64 has a DImode multiply, but no V2DImode multiply; and it has
V2DImode shifts.