[polly] [Polly] Add vectorize metadata to loops identified as vectorizable by polly (PR #113994)

Karthika Devi C via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 29 22:17:52 PDT 2024


kartcq wrote:

> Thanks for the PR
> 
> Did you check whether LoopVectorize is also going to vectorize the loop without its own RTC check?

Thanks for reviewing the patch.
For now the answer is no, LoopVectorizer will still create RTCs. We are only preventing the fall back original loop by polly from getting versioned/vectorized by LoopVectorizer. But eventually the goal is to remove such common checks and append only if there are any additional checks from Loop Vectorizer.

https://github.com/llvm/llvm-project/pull/113994


More information about the llvm-commits mailing list