Displaying 2 results from an estimated 2 matches for "3b63bd7a".
2018 Jan 08
0
Suggestions on code generation for SIMD
...Extensions.html#extensions-for-loop-hint-optimizations <http://clang.llvm.org/docs/LanguageExtensions.html#extensions-for-loop-hint-optimizations>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180108/3b63bd7a/attachment.html>
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