[llvm] [LV][VPlan] Add fast flags for selectRecipe (PR #121023)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 12 19:02:18 PST 2025
================
@@ -0,0 +1,54 @@
+; REQUIRES: asserts
+
+; RUN: opt -passes=loop-vectorize -debug-only=loop-vectorize \
+; RUN: -mtriple=riscv64 -mattr=+v -riscv-v-vector-bits-max=128 \
+; RUN: -riscv-v-vector-bits-min=128 -disable-output < %s 2>&1 | FileCheck --check-prefix=FAST %s
----------------
LiqinWeng wrote:
sorry, fixed ~
https://github.com/llvm/llvm-project/pull/121023
More information about the llvm-commits
mailing list