Displaying 3 results from an estimated 3 matches for "2a74b959".
2013 Nov 14
2
[LLVMdev] [PATCH] Add a Scalarize pass
...rs, that don’t have this problem. Are you interested in improving code generation for c++ programs or for programs from another domain ?
Thanks,
Nadav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131114/2a74b959/attachment.html>
2013 Nov 13
0
[LLVMdev] [PATCH] Add a Scalarize pass
Nadav Rotem <nrotem at apple.com> writes:
> Hi Richard,
>
> Thanks for working on this. We should probably move this discussion to
> llvm-dev because it is not strictly related to the patch review
> anymore.
OK, I removed phabricator and llvm-commits.
> The code below is not representative of general c/c++
> code. Usually only domain specific language (such as OpenCL)
2013 Nov 13
2
[LLVMdev] [PATCH] Add a Scalarize pass
Hi Richard,
Thanks for working on this. We should probably move this discussion to llvm-dev because it is not strictly related to the patch review anymore. The code below is not representative of general c/c++ code. Usually only domain specific language (such as OpenCL) contain vector instructions. The LLVM pass manager configuration (pass manager builder) is designed for C/C++ compilers, not