[cfe-commits] [patch] Fix for vld_dup NEON intrinsics

Bob Wilson bob.wilson at apple.com
Wed Mar 14 22:31:38 PDT 2012


Whoa, how did that slip through?  Please commit!  (Or let me know if you'd like me to commit it for you.)

On Mar 14, 2012, at 3:16 AM, Silviu Baranga wrote:

> Hi,
>  
> The generated IR for vld3_dup and vld4_dup intrinsics was identical to that for the vld2_dup intrinsic. 
> The resulting code will only affect two vectors instead of 3 or 4. This is because the correct vld/vldlane
> intrinsic used in the implementation of vld_dup is not selected.
>  
> The patch corrects this and adds a regression test.    
>  
> Please review this patch.
>  
> Thanks,
> Silviu
> <clang_vld_dup.diff>_______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120314/c1b4c040/attachment.html>


More information about the cfe-commits mailing list