* combine.c (is_parallel_of_n_reg_sets): New function.
commit518a433d6ff659b766ce4f52cb5edb15a72123ed
authorsegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Dec 2014 22:36:12 +0000 (1 22:36 +0000)
committersegher <segher@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Dec 2014 22:36:12 +0000 (1 22:36 +0000)
tree00c031aeb8738912134e130d423b4a36ca3320ed
parentf5627b55e97dc0d28500641f10c98685d3d28972
* combine.c (is_parallel_of_n_reg_sets): New function.
(can_split_parallel_of_n_reg_sets): New function.
(try_combine): If I2 is a PARALLEL of two SETs, split it into
two insns if possible.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218248 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/combine.c