re PR tree-optimization/64434 (Performance regression after operand canonicalization...
authorYuri Rumyantsev <ysrumyan@gmail.com>
Thu, 15 Jan 2015 11:39:20 +0000 (11:39 +0000)
committerIlya Enkovich <ienkovich@gcc.gnu.org>
Thu, 15 Jan 2015 11:39:20 +0000 (11:39 +0000)
commitd2626c0b6900551733f8d200b9086e710e8f638b
tree2720c134dd4bf2a22cf20ad9323e34df6d73b351
parent3387e6141e08d9cb010c88aea4017318fcbaf20a
re PR tree-optimization/64434 (Performance regression after operand canonicalization (r216728).)

gcc/

PR tree-optimization/64434
* cfgexpand.c (reorder_operands): New function.
(expand_gimple_basic_block): Insert call of reorder_operands if
optimized is true.

gcc/testsuite/

PR tree-optimization/64434
* gcc.dg/torture/pr64434.c: New test.

From-SVN: r219646
gcc/ChangeLog
gcc/cfgexpand.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr64434.c [new file with mode: 0644]