[Patch, AArch64] Implement framework for Tree/Gimple Implementation of NEON intrinsics.

2013-03-14 Thread Tejas Belagod
Hi, Attached is a patch that implements the framework necessary for implementing NEON Intrinsics' builtins in Tree/Gimple rather than RTL. For this it uses the target hook TARGET_FOLD_BUILTIN and folds all the builtins for NEON Intrinsics into equivalent trees. This framework is accompanied by an

Re: [Patch, AArch64] Implement framework for Tree/Gimple Implementation of NEON intrinsics.

2013-03-15 Thread Marcus Shawcroft
On 14/03/13 12:49, Tejas Belagod wrote: Hi, Attached is a patch that implements the framework necessary for implementing NEON Intrinsics' builtins in Tree/Gimple rather than RTL. For this it uses the target hook TARGET_FOLD_BUILTIN and folds all the builtins for NEON Intrinsics into equivalent t