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]

Re: [PATCH] Fix PR25500, pessimization on SSE code caused by count_type_elements (expr.c)



That probably fits in a register on most machines, too. I guess the
answer is that such structures are BLKmode, not SImode, but that if they
*were* SImode (which, conceivably, they could be in future), you'd
consider them 1-element structures?
Hmm... I guess the answer is "in this case everything would break if we did, so I was probably on a false path".
To be clear, I'm not rejecting your patch; I'm just not understanding
it. :-)
You convinced me to withdraw it anyway. :-)

Paolo


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]