Displaying 3 results from an estimated 3 matches for "9a29eabe".
2018 Jan 08
2
Suggestions on code generation for SIMD
...Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
--
Sincerely,
Linchuan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180108/9a29eabe/attachment.html>
2018 Jan 08
0
Suggestions on code generation for SIMD
> On 8 Jan 2018, at 19:41, Linchuan Chen <chenlinc at cse.ohio-state.edu> wrote:
>
> Thanks Amara so much for the info!
>
> One more question: what do people usually do if they want to generate vectorized code for some existing c/c++ code?
> Do they usually do C/C++ source level transformation, or do at LLVM's IR level?
>
> I know clang supports auto
2018 Jan 08
2
Suggestions on code generation for SIMD
Thanks Amara so much for the info!
One more question: what do people usually do if they want to generate
vectorized code for some existing c/c++ code?
Do they usually do C/C++ source level transformation, or do at LLVM's IR
level?
I know clang supports auto vectorizations, such as loop vectorization and
SLP, but they are not flexible enough if we
want to do more custom vectorizations or