[llvm-dev] enabling interleaved access loop vectorization

Sanjay Patel via llvm-dev llvm-dev at lists.llvm.org
Thu May 26 11:12:04 PDT 2016


Is there a compile-time and/or potential runtime cost that makes
enableInterleavedAccessVectorization() default to 'false'?

I notice that this is set to true for ARM, AArch64, and PPC.

In particular, I'm wondering if there's a reason it's not enabled for x86
in relation to PR27881:
https://llvm.org/bugs/show_bug.cgi?id=27881
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160526/4b4ba2cc/attachment.html>


More information about the llvm-dev mailing list