[llvm] [VPlan] Implement VPWidenLoad/StoreEVLRecipe::computeCost(). (PR #109644)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 06:26:20 PDT 2024


================
@@ -0,0 +1,144 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s --prefer-predicate-over-epilogue=predicate-dont-vectorize --passes=loop-vectorize -mcpu=sifive-p470 -mattr=+v,+f -S | FileCheck %s --check-prefixes=CHECK
----------------
fhahn wrote:

Drop non-EVL check line, as this test checks for an EVL only issue

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


More information about the llvm-commits mailing list