[llvm] [LV] Relax high loop trip count threshold for deciding to interleave a loop (PR #67725)

Nilanjana Basu via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 03:00:38 PST 2024


================
@@ -1,59 +0,0 @@
-; Check that we won't interleave by more than half the "best known" estimated trip count.
-
-; The loop is expected to be vectorized by 4 and interleaving suppresed due to
-; short trip count which is controled by "tiny-trip-count-interleave-threshold".
----------------
nilanjana87 wrote:

Deleted this test since we no longer have the concept of a `tiny-trip-count-interleave-threshold`.

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


More information about the llvm-commits mailing list