[llvm] [LV] Pre-committing tests for changing loop interleaving count computation (PR #70272)

Nilanjana Basu via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 10 16:21:01 PST 2023


================
@@ -0,0 +1,106 @@
+; RUN: opt < %s -force-vector-width=64 -O3 -S -pass-remarks=loop-vectorize 2>&1 | FileCheck %s
----------------
nilanjana87 wrote:

I reduced the VF to 8 & made relevant changes to show the same intended impact. 
I forced a VF because otherwise the vectorization threshold will come into play, adding one more configuration option. For a VF smaller than 8, I'll have to tune other parameters like small-loop-cost to make these tests show the IC computation without getting blocked earlier. 

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


More information about the llvm-commits mailing list