This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/43118] vld4 and vst4 intrinsics are not handled correctly
- From: "ramana at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 8 Jul 2011 11:58:15 +0000
- Subject: [Bug target/43118] vld4 and vst4 intrinsics are not handled correctly
- Auto-submitted: auto-generated
- References: <bug-43118-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43118
Ramana Radhakrishnan <ramana at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ramana at gcc dot gnu.org
Known to fail| |
--- Comment #7 from Ramana Radhakrishnan <ramana at gcc dot gnu.org> 2011-07-08 11:57:04 UTC ---
A recent version of 4.6.1 at O1 appears to give me . That would indicate this
is fixed in trunk.
blend4:
@ args = 0, pretend = 0, frame = 0
@ frame_needed = 0, uses_anonymous_args = 0
@ link register save eliminated.
vld4.8 {d16-d19}, [r0]
vst4.8 {d16-d19}, [r1]
bx lr
.size blend4, .-blend4
.ident "GCC: (GNU) 4.7.0 20110616 (experimental)"
.section .note.GNU-stack,"",%progbits
Ramana