[PATCH] D61030: [PassManagerBuilder] Add option for interleaved loops, for loop vectorize.
Hideki Saito via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 29 18:07:19 PDT 2019
hsaito added a comment.
In D61030#1483373 <https://reviews.llvm.org/D61030#1483373>, @asbirlea wrote:
> I verified that the two unroll flags propagate to the option set in the PassManagerBuilder. This change + the clang change in D61142 <https://reviews.llvm.org/D61142> should not make any visible change for clang users.
Cheers. Added some of the vectorizer oriented developers to the review. Hope they all like the terminology fix done here.
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