[llvm] [LV] Pre-committing tests for changing loop interleaving count computation (PR #70272)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 17 01:49:11 PST 2023
================
@@ -0,0 +1,107 @@
+; RUN: opt < %s -tiny-trip-count-interleave-threshold=32 -p loop-vectorize -S -pass-remarks=loop-vectorize 2>&1 | FileCheck %s
----------------
fhahn wrote:
Can pass `-disable-output` if the generated IR isnt' checked.
https://github.com/llvm/llvm-project/pull/70272
More information about the llvm-commits
mailing list