ifcvt: Allow constants for noce_convert_multiple.
authorRobin Dapp <rdapp@linux.ibm.com>
Wed, 27 Nov 2019 12:45:41 +0000 (13:45 +0100)
committerRobin Dapp <rdapp@linux.ibm.com>
Wed, 19 Jan 2022 17:34:02 +0000 (18:34 +0100)
commit9b8eaa282250ad260e01d164093b597579db00d9
tree9a60ae8b851afebcc764f83c4138dff57a959cc5
parent4c46f5a471c239f7d3fb37c748f1f18a8ebae1a2
ifcvt: Allow constants for noce_convert_multiple.

This lifts the restriction of not allowing constants for
noce_convert_multiple.  The code later checks if a valid sequence
is produced anyway.

gcc/ChangeLog:

* ifcvt.cc (noce_convert_multiple_sets): Allow constants.
(bb_ok_for_noce_convert_multiple_sets): Likewise.
gcc/ifcvt.cc