[llvm] [LV] Enable scalable FindLast on RISCV. (PR #184931)
Elvis Wang via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 10 19:17:40 PDT 2026
================
@@ -0,0 +1,138 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --version 6
+; RUN: opt -passes=loop-vectorize -prefer-predicate-over-epilogue=predicate-else-scalar-epilogue -mtriple riscv64 -mattr=+v -S < %s | FileCheck %s
----------------
ElvisWang123 wrote:
Added in another file (RISCV/conditional-scalar-assignment.ll) to align to AArch64. Thanks!
https://github.com/llvm/llvm-project/pull/184931
More information about the llvm-commits
mailing list