[cfe-dev] Want to Commit A Patch to Enable Vector Select

Yin Ma yinma at codeaurora.org
Wed Oct 26 11:44:15 PDT 2011


Hi All,

 

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. 

I am wondering if the vector select could also be enabled in clang main
line? 

Any advice? What process I need to follow?

   I attached the diff file and a test case I wrote with this email. 

 

Thanks,

 

                                                 Yin 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20111026/a68bf5ef/attachment.html>


More information about the cfe-dev mailing list