[Bug target/19274] temporary not eliminated in composite _mm_set_ps1

2005-08-13 Thread tkoenig at gcc dot gnu dot org
-- What|Removed |Added BugsThisDependsOn||23379 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19274

[Bug target/19274] temporary not eliminated in composite _mm_set_ps1

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-12 06:07 --- This has been fixed now, I think by a patch which also fixed PR 13366. We get the same code for both functions in 32bit mode. But note in 64bit mode, we get better code for not_eliminated: not_eliminated: .L

[Bug target/19274] temporary not eliminated in composite _mm_set_ps1

2005-01-05 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-05 18:45 --- Confirmed, it comes down to the defintion of _mm_set1_ps and __builtin_ia32_loadss. -- What|Removed |Added --