This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/52419] Wrong expansion of misaligned vector store
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 29 Feb 2012 14:19:44 +0000
- Subject: [Bug target/52419] Wrong expansion of misaligned vector store
- Auto-submitted: auto-generated
- References: <bug-52419-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52419
--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-02-29 14:19:44 UTC ---
Created attachment 26785
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26785
alternative
This patch avoids expand_expr on the MEM_REF's base twice, by moving the mem
var computation earlier.