[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 20:37:41 PST 2020
craig.topper added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/rvv/vfwredosum-rv32.ll:23
+
+declare <vscale x 2 x float> @llvm.riscv.vfwredosum.mask.nxv2f32.nxv1f16.nxv32i1(
+ <vscale x 2 x float>,
----------------
Why does this say nxv32i1? There's no argument with that type. And the mask type is inferred anyway so doesn't need to be listed.
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