[all-commits] [llvm/llvm-project] e2aa87: [RISCV] Fix out-of-bounds offsets in fixed vector ...
Luke Lau via All-commits
all-commits at lists.llvm.org
Mon Jul 7 03:13:38 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e2aa8781e18a0091146f652935896fb6fb1963f7
https://github.com/llvm/llvm-project/commit/e2aa8781e18a0091146f652935896fb6fb1963f7
Author: Luke Lau <luke at igalia.com>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vp-splice.ll
M llvm/test/CodeGen/RISCV/rvv/vp-splice-mask-fixed-vectors.ll
Log Message:
-----------
[RISCV] Fix out-of-bounds offsets in fixed vector splice tests. NFC (#147247)
Per the langref, the immediate offset needs to be smaller than the first
EVL, and the first EVL needs to be <= the vector length.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list