[all-commits] [llvm/llvm-project] 46f3ea: [RISCV] Add extract_subvector tests for a statical...
Luke Lau via All-commits
all-commits at lists.llvm.org
Mon Sep 11 08:29:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46f3ea5952b9032174e6dfea0043545336e79570
https://github.com/llvm/llvm-project/commit/46f3ea5952b9032174e6dfea0043545336e79570
Author: Luke Lau <luke at igalia.com>
Date: 2023-09-11 (Mon, 11 Sep 2023)
Changed paths:
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-extract-subvector.ll
Log Message:
-----------
[RISCV] Add extract_subvector tests for a statically-known VLEN. NFC (#65389)
This is partly a precommit for an upcoming patch, and partly to remove
the fixed length LMUL restriction similarly to what was done in
https://reviews.llvm.org/D158270, since it's no longer that relevant.
More information about the All-commits
mailing list