This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/64795] [5 regression] too many memory references for `lea'
- From: "uros at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 26 Jan 2015 20:49:55 +0000
- Subject: [Bug target/64795] [5 regression] too many memory references for `lea'
- Auto-submitted: auto-generated
- References: <bug-64795-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64795
--- Comment #5 from uros at gcc dot gnu.org ---
Author: uros
Date: Mon Jan 26 20:49:22 2015
New Revision: 220134
URL: https://gcc.gnu.org/viewcvs?rev=220134&root=gcc&view=rev
Log:
Backport from mainline
2015-01-26 Uros Bizjak <ubizjak@gmail.com>
PR target/64795
* config/i386/i386.md (*movdi_internal): Also check operand 0
to determine TYPE_LEA operand.
(*movsi_internal): Ditto.
Backport from mainline
2015-01-23 Uros Bizjak <ubizjak@gmail.com>
* config/i386/sse.md (sse2_loadld): Set attribute isa to sse2 for
alternative 1.
Modified:
branches/gcc-4_8-branch/gcc/ChangeLog
branches/gcc-4_8-branch/gcc/config/i386/i386.md
branches/gcc-4_8-branch/gcc/config/i386/sse.md