[PATCH] D25276: [LoopVectorizer] Interleaved-mem-accesses analysis and getPtrStride
Dorit Nuzman via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 25 20:50:31 PDT 2016
dorit added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:5895
+ releaseGroup(Group);
+ break;
+ }
----------------
meant to put a continue's here instead of break's... will upload a new version.
https://reviews.llvm.org/D25276
More information about the llvm-commits
mailing list