[all-commits] [llvm/llvm-project] 515bd4: [RISCV] Fix test using wrong variable. NFC
Luke Lau via All-commits
all-commits at lists.llvm.org
Thu Aug 24 07:47:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 515bd40b4ef56b879f5fa80888389d1557d7218b
https://github.com/llvm/llvm-project/commit/515bd40b4ef56b879f5fa80888389d1557d7218b
Author: Luke Lau <luke at igalia.com>
Date: 2023-08-24 (Thu, 24 Aug 2023)
Changed paths:
M llvm/test/CodeGen/RISCV/rvv/combine-splats.ll
Log Message:
-----------
[RISCV] Fix test using wrong variable. NFC
Looks like this test was trying to check if two shifts were combined, but it
was accidentally using the insertelement instead of the splat.
More information about the All-commits
mailing list