[llvm] [LV][NFC] precommit test for EVL transform (PR #92203)

Shih-Po Hung via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 04:43:15 PDT 2024


================
@@ -0,0 +1,262 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt -passes=loop-vectorize -force-tail-folding-style=data-with-evl \
+; RUN: -prefer-predicate-over-epilogue=predicate-dont-vectorize \
+; RUN: -force-target-instruction-cost=1 -mtriple=riscv64 -mattr=+v -S < %s | FileCheck %s
----------------
arcbbb wrote:

It was required for the third case to be profitable. It can be removed now since the case is redundant.

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


More information about the llvm-commits mailing list