combine.c (is_parallel_of_n_reg_sets): New function.
authorSegher Boessenkool <segher@kernel.crashing.org>
Mon, 1 Dec 2014 22:36:12 +0000 (23:36 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Mon, 1 Dec 2014 22:36:12 +0000 (23:36 +0100)
commit9d2f8e16f5c514a0232698e12e6e5f8ffb72605d
tree00c031aeb8738912134e130d423b4a36ca3320ed
parent797d88589e5ccb5bf5c1143aa728e517387fa87a
combine.c (is_parallel_of_n_reg_sets): New function.

* 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.

From-SVN: r218248
gcc/ChangeLog
gcc/combine.c