[llvm] SLP/RISCV: add test for vectorized ctpop, like in X86 (PR #65330)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 7 06:31:39 PDT 2023


================
@@ -0,0 +1,107 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
+; RUN: opt < %s -passes=slp-vectorizer -S -mtriple=riscv64 -mattr=+v,+f | FileCheck %s
----------------
artagnon wrote:

I added a bunch of RUN lines, although the CHECK prefixes are unused: the codegen is identical. I hope this resolves the issue. 

https://github.com/llvm/llvm-project/pull/65330


More information about the llvm-commits mailing list