This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/44141] Redundant loads and stores generated for AMD bdver1 target
- From: "venkataramanan.kumar at amd dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 22 Mar 2012 13:26:16 +0000
- Subject: [Bug target/44141] Redundant loads and stores generated for AMD bdver1 target
- Auto-submitted: auto-generated
- References: <bug-44141-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44141
--- Comment #6 from Venkataramanan <venkataramanan.kumar at amd dot com> 2012-03-22 13:26:16 UTC ---
This patch tries to change vmovupd to vmovups during assembly printing stage
when tuning flag for bdver1 is set.
I am yet to test this one. Please provide your suggestion.