[llvm] [LV] Support EVL for partial reduction and VPExpressionRecipe. (PR #205741)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 30 19:50:51 PDT 2026


================
@@ -0,0 +1,96 @@
+; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --version 6
+; RUN: opt -passes=loop-vectorize -force-vector-width=4 -scalable-vectorization=on -mattr=+v,+experimental-zvdot4a8i -disable-output 2>&1 -vplan-print-after=optimizeEVLMasks < %s | FileCheck %s
+
+target triple = "riscv64-none-unknown-elf"
----------------
lukel97 wrote:

Nit i think usually the target is specified in the RUN line with `-mtriple riscv64` for RISC-V

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


More information about the llvm-commits mailing list