[PATCH] D93745: [RISCV] Define the vfsqrt RVV intrinsics
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 6 13:54: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:
> evandro wrote:
> > 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?
> Yes. I didn’t catch it until after a bunch of patches had been committed. Some of the most recent patches have it right.
>
> Would you rather fix this patch now or wait and fix all the tests together?
I'd rather do it later, if at all possible.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93745/new/
https://reviews.llvm.org/D93745
More information about the llvm-commits
mailing list