[PATCH] D93887: [RISCV] Add intrinsic testcase for some missing widening reduction.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 29 10:17:23 PST 2020


craig.topper added a comment.

We don't have any tests for integer widening reductions fwredsum(u) that was also added by D93807 <https://reviews.llvm.org/D93807>.



================
Comment at: llvm/test/CodeGen/RISCV/rvv/vfwredosum-rv32.ll:1
 ; RUN: llc -mtriple=riscv32 -mattr=+experimental-v,+f,+experimental-zfh -verify-machineinstrs \
 ; RUN:   --riscv-no-aliases < %s | FileCheck %s
----------------
We're still missing float->double tests for rv32.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93887/new/

https://reviews.llvm.org/D93887



More information about the llvm-commits mailing list