[Bug target/69693] Wrong mode is used to load spilled register

2024-04-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69693 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug target/69693] Wrong mode is used to load spilled register

2019-03-12 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69693 --- Comment #8 from Uroš Bizjak --- (In reply to Uroš Bizjak from comment #3) > Your patch will just paper over the real issue in this particular testcase. This can be illustrated with an example from PR89654: --cut here-- unsigned long long fo

[Bug target/69693] Wrong mode is used to load spilled register

2019-03-12 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69693 --- Comment #7 from H.J. Lu --- *** Bug 89654 has been marked as a duplicate of this bug. ***

[Bug target/69693] Wrong mode is used to load spilled register

2016-02-06 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69693 --- Comment #6 from H.J. Lu --- (In reply to Uroš Bizjak from comment #5) > (In reply to H.J. Lu from comment #4) > > > It looks that it is done on purpose. > > In this case, our planned transition to generic unaligned SSE loads should > "fix"

[Bug target/69693] Wrong mode is used to load spilled register

2016-02-06 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69693 --- Comment #5 from Uroš Bizjak --- (In reply to H.J. Lu from comment #4) > It looks that it is done on purpose. In this case, our planned transition to generic unaligned SSE loads should "fix" this issue. The realignment will be necessary only

[Bug target/69693] Wrong mode is used to load spilled register

2016-02-05 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69693 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/69693] Wrong mode is used to load spilled register

2016-02-05 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69693 Uroš Bizjak changed: What|Removed |Added CC||vmakarov at gcc dot gnu.org --- Comment #3

[Bug target/69693] Wrong mode is used to load spilled register

2016-02-05 Thread hjl.tools at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69693 --- Comment #2 from H.J. Lu --- Created attachment 37598 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37598&action=edit A patch It is a backend bug. We need to add ; Used by STV to load a DI into an xmm register. (define_insn "*movdi_to

[Bug target/69693] Wrong mode is used to load spilled register

2016-02-05 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69693 --- Comment #1 from Ilya Enkovich --- We should be able to revert r233167 if this issue is fixed