[llvm] [LV][VPlan] Add fast flags for selectRecipe (PR #121023)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 12 10:42:45 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
----------------
fhahn wrote:
can you move this to vplan-printing.ll? RISCV triple and other flags shouldn't be needed for the printing test (if they re needed, the test needs to be in the RISCV subdirectory otherwise it will fail when RISCV is not built
https://github.com/llvm/llvm-project/pull/121023
More information about the llvm-commits
mailing list