[cfe-commits] [PATCH][Review place] A Patch to Enable Vector Select for arm general computing

Yin Ma yinma at codeaurora.org
Thu Aug 30 13:34:32 PDT 2012


Hi Stephen,

 

     The attached file are the latest diff file to enable vector select for
ARM and 

A test case that should be placed in test/Sema/ directory. The code has been

rebased on the latest clang source. Please give a review. 

 

Thanks,

 

                            Yin 

 

 

From: cfe-commits-bounces at cs.uiuc.edu
[mailto:cfe-commits-bounces at cs.uiuc.edu] On Behalf Of Yin Ma
Sent: Monday, August 13, 2012 5:55 PM
To: cfe-commits at cs.uiuc.edu
Subject: [cfe-commits] [PATCH][Review place] A Patch to Enable Vector Select
for general computing

 

Hi,

 

So far vector select, such as  a < b ? a : c is  not enabled in clang for
C/C++ code.

It only enabled for OpenCL. I have made a very small change in clang to
enable

Vector select. I have tested for ARM.  Everything works fine so far. 

   The file attached enables vector select for general computing. Please
give 

A review.

 

Thanks,

 

               Yin 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120830/b1961e2a/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: arm_vector_select.c
Type: application/octet-stream
Size: 4272 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120830/b1961e2a/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vector_select.diff
Type: application/octet-stream
Size: 1975 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120830/b1961e2a/attachment-0001.obj>


More information about the cfe-commits mailing list