[PATCH] D61030: [PassManagerBuilder] Add option for interleaved loops, for loop vectorize.
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 25 11:59:24 PDT 2019
asbirlea added a comment.
Thanks a lot for the suggestion! Sent: http://lists.llvm.org/pipermail/llvm-dev/2019-April/131968.html
My intention was to not make any change visible to clang.
If clang currently sets the `DisableUnrollLoops`, and llvm will not use that for LoopVectorization, then have clang set `LoopsInterleaved` to the same value as the one used for unroll loops.
Adding a separate clang flag for interleaving can be a follow-up change.
Please let me know if this sound reasonable and if I misunderstood how/where clang is setting the flags.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61030/new/
https://reviews.llvm.org/D61030
More information about the llvm-commits
mailing list