[all-commits] [llvm/llvm-project] 3e1a75: [RISCV] Add test cases for insert subvector shuffl...
Luke Lau via All-commits
all-commits at lists.llvm.org
Wed Jun 28 14:53:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e1a75109ffd481b391159c9bc8c46302d468fb1
https://github.com/llvm/llvm-project/commit/3e1a75109ffd481b391159c9bc8c46302d468fb1
Author: Luke Lau <luke at igalia.com>
Date: 2023-06-28 (Wed, 28 Jun 2023)
Changed paths:
A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-insert-subvector-shuffle.ll
Log Message:
-----------
[RISCV] Add test cases for insert subvector shuffles for fixed vectors
These cases could have the vmv.v.v folded into the VL of the previous
instruction.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D153030
Commit: 699e0bed4bfead826e210025bf33e5a1997c018b
https://github.com/llvm/llvm-project/commit/699e0bed4bfead826e210025bf33e5a1997c018b
Author: Luke Lau <luke at igalia.com>
Date: 2023-06-28 (Wed, 28 Jun 2023)
Changed paths:
A llvm/test/CodeGen/RISCV/rvv/combine-vmv.ll
Log Message:
-----------
[RISCV] Add test cases for vmv.v.vs which could be combined
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D153350
Compare: https://github.com/llvm/llvm-project/compare/742fb8b5c703...699e0bed4bfe
More information about the All-commits
mailing list