Re: [patch] 13/n: trans-mem: compiler backend (x86)

2011-11-03 Thread Richard Henderson
On 11/03/2011 11:55 AM, Andrew Pinski wrote: > On Thu, Nov 3, 2011 at 11:43 AM, Aldy Hernandez wrote: >> +/* Return the builtin decl needed to load a vector of TYPE. */ > ... >> + >> +/* Return the builtin decl needed to store a vector of TYPE. */ > > Is there a reason why the middle-end could

Re: [patch] 13/n: trans-mem: compiler backend (x86)

2011-11-03 Thread Andrew Pinski
On Thu, Nov 3, 2011 at 11:43 AM, Aldy Hernandez wrote: > +/* Return the builtin decl needed to load a vector of TYPE.  */ ... > + > +/* Return the builtin decl needed to store a vector of TYPE.  */ Is there a reason why the middle-end could not handle vector types by default? Instead of the targ

[patch] 13/n: trans-mem: compiler backend (x86)

2011-11-03 Thread Aldy Hernandez
Index: gcc/config/i386/i386-builtin-types.def === --- gcc/config/i386/i386-builtin-types.def (.../trunk) (revision 180744) +++ gcc/config/i386/i386-builtin-types.def (.../branches/transactional-memory) (revision 180773) @@