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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 11 02:17:24 PST 2023


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

IIUC this test should ideally check the cost model selecting the expected VF and IC. Forcing a VF seems to leave a gap in testing here and it would be better to not artificially force the VF, in particular because the cos model is expected to pick 16 for the loops?

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


More information about the llvm-commits mailing list