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

Nilanjana Basu via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 15:28:34 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:

Increased the loop trip count to hit the intended case of changed interleave count computation in subsequent patches without forcing VF.

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


More information about the llvm-commits mailing list