[PATCH] D150696: [LV] Vectorization remark for outerloop
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 13:45:30 PDT 2023
ABataev added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:1036
+void reportVectorization(OptimizationRemarkEmitter *ORE, Loop *TheLoop,
+ VectorizationFactor VF, unsigned IC) {
----------------
1. Make it static?
2. Add doxygen description.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150696/new/
https://reviews.llvm.org/D150696
More information about the llvm-commits
mailing list