[Bug target/108293] Incorrect assembly emitted for float for BPF target
jemarch at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Jan 5 16:38:33 GMT 2023
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108293
--- Comment #3 from Jose E. Marchesi <jemarch at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #2)
> Another thing is that at least for all SFmode constant one could use mov
> instead of lddw.
For this I guess we could expand the "I" constraint to cover const_double that
fits in the 32-bit range. But then we would need something like IN_RANGE that
works with const_double.
More information about the Gcc-bugs
mailing list