[LoopVectorize] Preserve SCEV
As far as I can tell, LoopVectorize preserves SCEV, mainly by dint of forgetting the loop being vectorized. We should mark it as preserved in the pass manager. This is a very small compile-time improvement. Differential Revision: https://reviews.llvm.org/D149147
Loading
Please sign in to comment