[llvm] [LV] Disable fold tail by masking - when induction vars used outside (PR #81609)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 09:59:06 PST 2024


================
@@ -0,0 +1,85 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; RUN: opt < %s -passes=loop-vectorize -S | FileCheck %s
----------------
fhahn wrote:

As this is added as a target-independent test, it probably needs something like `-force-vector-width=4 -force-vector-interleave=1` to make sure the vectorizer tries to vectorize independent of the cost-model.

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


More information about the llvm-commits mailing list