diff options
author | Jeff Law <jeffreyalaw@gmail.com> | 2021-06-22 15:25:11 -0400 |
---|---|---|
committer | Jeff Law <jeffreyalaw@gmail.com> | 2021-06-23 10:18:30 -0400 |
commit | 402c818ac0b19d168e9ffc0b3413344dd6020f6a (patch) | |
tree | 8e0bb68651a33f643a3abba12f8dec90d3e836b6 /gcc/tree-inline.c | |
parent | 37e93925366676201b526624e9f8dc32d82b4ff2 (diff) | |
download | gcc-402c818ac0b19d168e9ffc0b3413344dd6020f6a.zip gcc-402c818ac0b19d168e9ffc0b3413344dd6020f6a.tar.gz gcc-402c818ac0b19d168e9ffc0b3413344dd6020f6a.tar.bz2 |
Use more logicals to eliminate useless test/compare instructions
gcc/
* config/h8300/logical.md (<code><mode>3<ccnz>): Use <cczn>
so this pattern can be used for test/compare removal. Pass
current insn to compute_logical_op_length and output_logical_op.
* config/h8300/h8300.c (compute_logical_op_cc): Remove.
(h8300_and_costs): Add argument to compute_logical_op_length.
(output_logical_op): Add new argument. Use it to determine if the
condition codes are used and adjust the output accordingly.
(compute_logical_op_length): Add new argument and update length
computations when condition codes are used.
* config/h8300/h8300-protos.h (compute_logical_op_length): Update
prototype.
(output_logical_op): Likewise.
Diffstat (limited to 'gcc/tree-inline.c')
0 files changed, 0 insertions, 0 deletions