diff options
author | Takayuki 'January June' Suwa <jjsuwa_sys3175@yahoo.co.jp> | 2022-06-20 04:12:48 +0900 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2022-06-19 14:07:05 -0700 |
commit | 75ab2f0ebd3c6ab678fea03906186068b89f9fbc (patch) | |
tree | db4696b430d626f94ec7a09b9e2b5847b347f86c /gcc/final.cc | |
parent | 4390e7bfbc641a52c6192b448768dafdf4565527 (diff) | |
download | gcc-75ab2f0ebd3c6ab678fea03906186068b89f9fbc.zip gcc-75ab2f0ebd3c6ab678fea03906186068b89f9fbc.tar.gz gcc-75ab2f0ebd3c6ab678fea03906186068b89f9fbc.tar.bz2 |
xtensa: Apply a few minor fixes
No functional changes.
gcc/ChangeLog:
* config/xtensa/xtensa.cc (xtensa_emit_move_sequence):
Use can_create_pseudo_p(), instead of using individual
reload_in_progress and reload_completed.
(xtensa_expand_block_set_small_loop): Use xtensa_simm8x256(),
the existing predicate function.
(xtensa_is_insn_L32R_p, gen_int_relational, xtensa_emit_sibcall):
Use the standard RTX code predicate macros such as MEM_P,
SYMBOL_REF_P and/or CONST_INT_P.
* config/xtensa/xtensa.md: Avoid using numeric literals to determine
if callee-saved register, at the split patterns for indirect sibcall
fixups.
Diffstat (limited to 'gcc/final.cc')
0 files changed, 0 insertions, 0 deletions