This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Ian Lance Taylor wrote:
>> The addition to this patch is corrected MODES_TIEABLE_P functionality >> for i386 targets. The problem is, that lower-subreg pass checks >> MODES_TIEABLE_P if the XMM register can be splitted into word_mode >> (DImode) _without_copying_. >> > >
float testf(__v4sf x, __v4sf y)
{
__v4sf v = x + y;
return *(float*)&v;
}Thanks, Andrew Pinski
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |