combine.c (update_rsp_from_reg_equal): Only look for the nonzero bits of src in nonze...
authorJozef Lawrynowicz <jozef.l@mittosystems.com>
Tue, 18 Dec 2018 10:29:42 +0000 (10:29 +0000)
committerJozef Lawrynowicz <jozefl@gcc.gnu.org>
Tue, 18 Dec 2018 10:29:42 +0000 (10:29 +0000)
commit6a30d8c0a687baae0cea91ca6b3adbed32e84471
tree607914228c83b59a14b9a63a326be1978d4bab94
parent5d54c79858656d7fe58cd1387f766dbf23fc04be
combine.c (update_rsp_from_reg_equal): Only look for the nonzero bits of src in nonzero_bits_mode if...

2018-12-18  Jozef Lawrynowicz  <jozef.l@mittosystems.com>

* combine.c (update_rsp_from_reg_equal): Only look for the nonzero bits
of src in nonzero_bits_mode if the mode of src is MODE_INT and
HWI_COMPUTABLE.
(reg_nonzero_bits_for_combine): Add clarification to comment.

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