[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 15:42:50 PDT 2019
asbirlea added a comment.
> You mean, clang setting EnableLoopInterleaving.
Actually I meant `DisableUnrollLoops` in the `PassManagerBuilder`. It's currently always set to false, not based on a flag, and I found a single instance where it's value is changed in clang (see clang patch).
I'm happy to make whatever change needed to clang first, but I don't see what that change is. If you could point me to what I've missed, that would be great!
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