[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2020-02-05 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 --- Comment #17 from rsandifo at gcc dot gnu.org --- (In reply to Vladimir Makarov from comment #16) > (In reply to rsand...@gcc.gnu.org from comment #15) > > (In reply to Jakub Jelinek from comment #14) > > > I think what matters is whether

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2020-02-04 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 --- Comment #16 from Vladimir Makarov --- (In reply to rsand...@gcc.gnu.org from comment #15) > (In reply to Jakub Jelinek from comment #14) > > I think what matters is whether the new asm for those is the same or better > > than before. If the

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2020-02-04 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 rsandifo at gcc dot gnu.org changed: What|Removed |Added CC||rsandifo at gcc dot

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2020-02-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 --- Comment #14 from Jakub Jelinek --- I think what matters is whether the new asm for those is the same or better than before. If the tests hardcode particular RA decisions, they'll obviously FAIL when something in the RA changes.

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2020-02-03 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 --- Comment #13 from Christophe Lyon --- (In reply to Vladimir Makarov from comment #12) > (In reply to Christophe Lyon from comment #10) > > (In reply to Jeffrey A. Law from comment #9) > > > Fixed by Vlad's patch on the trunk. > > > > This

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2020-02-02 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 --- Comment #12 from Vladimir Makarov --- (In reply to Christophe Lyon from comment #10) > (In reply to Jeffrey A. Law from comment #9) > > Fixed by Vlad's patch on the trunk. > > This patch causes regressions: > aarch64: > I've committed one

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2020-02-02 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 --- Comment #11 from CVS Commits --- The master branch has been updated by Vladimir Makarov : https://gcc.gnu.org/g:897a73086b2d63a5a6ae79f4276422272eca534d commit r10-6395-g897a73086b2d63a5a6ae79f4276422272eca534d Author: Vladimir N. Makarov

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2020-02-01 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 Christophe Lyon changed: What|Removed |Added CC||clyon at gcc dot gnu.org --- Comment

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2020-01-31 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2020-01-31 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 --- Comment #8 from Jeffrey A. Law --- *** Bug 91320 has been marked as a duplicate of this bug. ***

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2020-01-31 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 --- Comment #7 from CVS Commits --- The master branch has been updated by Vladimir Makarov : https://gcc.gnu.org/g:2a07345c4f8dabc286fc470e76c53473e5bc3eb7 commit r10-6384-g2a07345c4f8dabc286fc470e76c53473e5bc3eb7 Author: Vladimir N. Makarov

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2020-01-17 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 --- Comment #6 from Vladimir Makarov --- (In reply to Marc Glisse from comment #5) > > However, if I add -mavx, I get > > vmovapd %xmm0, %xmm2 > vmovapd %xmm1, %xmm4 > vmovapd %xmm1, %xmm0 > vaddsd %xmm0, %xmm4, %xmm0

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2020-01-17 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 --- Comment #5 from Marc Glisse --- With trunk (master?), compiling with -O3, h gives movapd %xmm1, %xmm3 addsd %xmm3, %xmm1 movapd %xmm0, %xmm2 addsd %xmm2, %xmm0 addsd %xmm1, %xmm0 which looks

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2020-01-17 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 Richard Biener changed: What|Removed |Added Priority|P3 |P2 Known to work|

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2019-11-20 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 --- Comment #3 from Marc Glisse --- gcc version 9.2.1 20191109 (Debian 9.2.1-19) (current debian testing/unstable) gives me the 3 movapd, whether I use -O1, -O2 or -O3, and -Os gives 2 movapd. I didn't try with a vanilla gcc, not sure which

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2019-11-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2019-08-12 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 Jakub Jelinek changed: What|Removed |Added Target Milestone|9.2 |9.3 --- Comment #1 from Jakub Jelinek

[Bug rtl-optimization/91333] [9/10 Regression] suboptimal register allocation for inline asm

2019-08-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91333 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Target