[cfe-commits] [PATCH][Request for approval] builtins for vec_extract/vec_insert

Chris Lattner clattner at apple.com
Mon Sep 20 08:24:42 PDT 2010


On Sep 17, 2010, at 5:59 PM, Anton Yartsev wrote:

> Hi,
> 
> added builtins and code generation for vec_extract and vec_insert. Please review.

Hi Anton,

It looks like these are equivalent the the V[i] syntax that we directly support in C.  Are they?  If so, please use the V[i] syntax in altivec.h instead of adding a new builtin.

-Chris



More information about the cfe-commits mailing list