[llvm] [LV] Relax high loop trip count threshold for deciding to interleave a loop (PR #67725)

Nilanjana Basu via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 18:33:22 PST 2024


nilanjana87 wrote:

Resolved conflicts & rebased on latest code. Created separate patch https://github.com/llvm/llvm-project/pull/79651 for addressing the issue with loop interleaving count computation for loops that have to run at least one scalar iteration in the epilogue, as seen in the `limit-vf-by-tripcount.ll` test case, which is otherwise unrelated to the changes in this patch. 

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


More information about the llvm-commits mailing list