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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 03:03:38 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
----------------
fhahn wrote:

why is `-force-target-instruction-cost=1` needed?

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


More information about the llvm-commits mailing list