]> git.ipfire.org Git - thirdparty/gcc.git/commit
xtensa: Remove redundant use of 'F'-constraint
authorTakayuki 'January June' Suwa <jjsuwa_sys3175@yahoo.co.jp>
Fri, 31 Oct 2025 06:21:54 +0000 (15:21 +0900)
committerMax Filippov <jcmvbkbc@gmail.com>
Sat, 1 Nov 2025 04:38:48 +0000 (21:38 -0700)
commitd0c2849e8a30a24505ce90bb8dde402c45def674
tree38b90b42dbebf10d13bc37a938db077bd52d77d6
parentab29201c5bb8158eb22133ba41b147bb2d115026
xtensa: Remove redundant use of 'F'-constraint

Because it is redundant to specify 'F'-constraints on operands in single-
alternative match templates whose predicates imply CONST_DOUBLE_P().

gcc/ChangeLog:

* config/xtensa/xtensa.md (*fix<s_fix>_truncsfsi2_scaled,
*float<s_float>sisf2_scaled, *l<m_round>sfsi2_scaled):
Remove 'F'-constraint.
gcc/config/xtensa/xtensa.md