[PATCH] D93745: [RISCV] Define the vfsqrt RVV intrinsics
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 5 07:35:11 PST 2021
evandro added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/rvv/vfsqrt-rv32.ll:512
+ ret <vscale x 16 x float> %a
+}
----------------
craig.topper wrote:
> We're missing tests for double in the rv32 file.
Ain't it the case for virtually all other RVV intrinsics so far?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93745/new/
https://reviews.llvm.org/D93745
More information about the llvm-commits
mailing list