Allow autoinc in jumps, but only when using reload.
authorBernd Schmidt <bernds_cb1@t-online.de>
Wed, 27 Nov 2019 03:31:24 +0000 (03:31 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Wed, 27 Nov 2019 03:31:24 +0000 (03:31 +0000)
commitaf2f620578f46f09dba964ce5f739df0e61a595b
tree9102d9d21057f8555f20342ab2bcfcb106ac4025
parent6821245b3fd9e392ca56dfab4a4921a59ffa234b
Allow autoinc in jumps, but only when using reload.

* auto-inc-dec.c (merge_in_block): Allow autoinc in jumps unless
LRA is enabled.
* combine.c (can_combine_p): Disallow autoinc in jumps unless LRA is
disabled.

From-SVN: r278756
gcc/ChangeLog
gcc/auto-inc-dec.c
gcc/combine.c