[PATCH] D53091: [LV] Ignore more debug info.
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 10 10:21:14 PDT 2018
rengolin accepted this revision.
rengolin added a comment.
This revision is now accepted and ready to land.
Seems trivial. `instructionsWithoutDebug` is just an iterator filter and there are no early continues in the body of the outer loop, so this actually saves time.
I'm not sure there is any case where a debug info would stop vectorisation, but this is a good change regardless.
LGTM, thanks!
https://reviews.llvm.org/D53091
More information about the llvm-commits
mailing list