[llvm] [LV][VPlan] Add fast flags for selectRecipe (PR #121023)

via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 12 19:02:04 PST 2025


================
@@ -0,0 +1,92 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; REQUIRES: asserts
+
+; RUN: opt < %s -passes=loop-vectorize -mtriple=riscv64 -mattr=+v -riscv-v-vector-bits-max=128 \
+; RUN: -riscv-v-vector-bits-min=128 -S | FileCheck --check-prefix=FAST %s
----------------
LiqinWeng wrote:

thanks,fixed:)

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


More information about the llvm-commits mailing list