re PR target/69274 (435.gromacs performance regression after r231814 on x86 Haswell and bdver2)
2016-02-08 Richard Biener <rguenther@suse.de> PR rtl-optimization/69274 * ira.c (ira_setup_alts): Do not change recog_data.operand order. * gcc.target/i386/addr-sel-1.c: XFAIL. From-SVN: r233209
This commit is contained in:
parent
e8dfe49e7d
commit
43f4a281a3
@ -1,3 +1,9 @@
|
||||
2016-02-08 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR rtl-optimization/69274
|
||||
* ira.c (ira_setup_alts): Do not change recog_data.operand
|
||||
order.
|
||||
|
||||
2016-02-08 Jeff Law <law@redhat.com>
|
||||
|
||||
PR tree-optimization/65917
|
||||
|
@ -1889,10 +1889,11 @@ ira_setup_alts (rtx_insn *insn, HARD_REG_SET &alts)
|
||||
}
|
||||
if (commutative < 0)
|
||||
break;
|
||||
if (curr_swapped)
|
||||
break;
|
||||
/* Swap forth and back to avoid changing recog_data. */
|
||||
std::swap (recog_data.operand[commutative],
|
||||
recog_data.operand[commutative + 1]);
|
||||
if (curr_swapped)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
2016-02-08 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR rtl-optimization/69274
|
||||
* gcc.target/i386/addr-sel-1.c: XFAIL.
|
||||
|
||||
2016-02-08 Jeff Law <law@redhat.com>
|
||||
|
||||
PR tree-optimization/68541
|
||||
|
@ -14,4 +14,4 @@ int f(int i)
|
||||
}
|
||||
|
||||
/* { dg-final { scan-assembler "a\\+1" } } */
|
||||
/* { dg-final { scan-assembler "b\\+1" } } */
|
||||
/* { dg-final { scan-assembler "b\\+1" { xfail *-*-* } } } */
|
||||
|
Loading…
Reference in New Issue
Block a user