This is the mail archive of the gcc@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: scalar vector shift expansion problem on 64-bit


On Fri, Oct 28, 2011 at 09:07:31AM -0700, Richard Henderson wrote:
> I think this is the same problem as Jakub is attacking here:
> 
>   http://gcc.gnu.org/ml/gcc-patches/2011-10/msg02503.html

It has been checked in already.  But my patch only deals
with the vector << vector case, vector << scalar (including
vector << scalar implemented using vector << vector) supposedly still
needs fold_const somewhere if the type sizes disagree.

	Jakub


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