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] 13/n: trans-mem: compiler backend (x86)


On Thu, Nov 3, 2011 at 11:43 AM, Aldy Hernandez <aldyh@redhat.com> 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 target having to add them>

Thanks,
Andrew Pinski


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