xtensa: Fix RTL insn cost estimation about relaxed MOVI instructions
authorTakayuki 'January June' Suwa <jjsuwa_sys3175@yahoo.co.jp>
Sun, 19 Jun 2022 19:13:56 +0000 (04:13 +0900)
committerMax Filippov <jcmvbkbc@gmail.com>
Sun, 19 Jun 2022 21:07:09 +0000 (14:07 -0700)
commit46880cd8be7c307f147a8785ac8f58e04a35d34e
treed8d70ca773a746b30a0322af95d7b722943aa324
parent75ab2f0ebd3c6ab678fea03906186068b89f9fbc
xtensa: Fix RTL insn cost estimation about relaxed MOVI instructions

These instructions will all be converted to L32R ones with litpool entries
by the assembler.

gcc/ChangeLog:

* config/xtensa/xtensa.cc (xtensa_is_insn_L32R_p):
Consider relaxed MOVI instructions as L32R.
gcc/config/xtensa/xtensa.cc