[PATCH] D134745: [LV][Metadata] Add loop.interleave.enable for loop vectorizer
Michael Berg via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 27 09:26:37 PDT 2022
mcberg2021 added inline comments.
================
Comment at: clang/lib/CodeGen/CGLoopInfo.cpp:673
+ setInterleaveEnable(false);
setInterleaveCount(1);
break;
----------------
Can you update the comments on lines: 665 and 671 as they both need update.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134745/new/
https://reviews.llvm.org/D134745
More information about the cfe-commits
mailing list