[cfe-commits] [patch] Fix for vld_dup NEON intrinsics
James Molloy
james.molloy at arm.com
Thu Mar 15 02:17:49 PDT 2012
Hi,
I've committed this in r152788!
Cheers,
James
From: cfe-commits-bounces at cs.uiuc.edu
[mailto:cfe-commits-bounces at cs.uiuc.edu] On Behalf Of Bob Wilson
Sent: 15 March 2012 05:32
To: Silviu Baranga
Cc: cfe-commits at cs.uiuc.edu
Subject: Re: [cfe-commits] [patch] Fix for vld_dup NEON intrinsics
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/20120315/645d8039/attachment.html>
More information about the cfe-commits
mailing list