[all-commits] [llvm/llvm-project] 7f4995: SLP/RISCV: add test for vectorized ctpop, like in ...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Thu Sep 7 09:02:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f499579a8b3b0b3f5d800b17d9023d7dba924e7
https://github.com/llvm/llvm-project/commit/7f499579a8b3b0b3f5d800b17d9023d7dba924e7
Author: Ramkumar Ramachandra <Ramkumar.Ramachandra at imgtec.com>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
A llvm/test/Transforms/SLPVectorizer/RISCV/ctpop.ll
Log Message:
-----------
SLP/RISCV: add test for vectorized ctpop, like in X86 (#65330)
Recently, 7f26c27 turned on SLP by default for RISC-V, and although
there are quite a few tests for SLP under the X86/ target, it is unclear
whether the same constructs would be vectorized on RISC-V. This patch
takes a step in the direction of remedying this, by noticing that ctpop
is often vectorized on RISC-V, and adding four tests for different
integer widths.
More information about the All-commits
mailing list