[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,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
----------------
fhahn wrote:
Is RISCV triple really needed? Better to use -force-vector-width; if RISCV is really needed, it should be moved to the RISCV subdir.
(Also doesn't need `REQUIRES: asserts`?)
https://github.com/llvm/llvm-project/pull/121023
More information about the llvm-commits
mailing list