[llvm] SLP/RISCV: add test for vectorized ctpop, like in X86 (PR #65330)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 5 08:39:03 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
----------------
RKSimon wrote:
Test more attribute variants?
https://github.com/llvm/llvm-project/pull/65330
More information about the llvm-commits
mailing list