[Bug target/61195] single precision fmov does not need to switch mode

2014-05-20 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61195 chrbr at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--

[Bug target/61195] single precision fmov does not need to switch mode

2014-05-19 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61195 --- Comment #2 from chrbr at gcc dot gnu.org --- Author: chrbr Date: Mon May 19 08:04:22 2014 New Revision: 210608 URL: http://gcc.gnu.org/viewcvs?rev=210608&root=gcc&view=rev Log: PR target/61195 * config/sh/sh.md (movsf_ie): Unset fp_mode for f

[Bug target/61195] single precision fmov does not need to switch mode

2014-05-15 Thread chrbr at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61195 --- Comment #1 from chrbr at gcc dot gnu.org --- movsf_ie forces the fp_mode attr for all constraints. Testing a fix.