[PATCH] D93745: [RISCV] Define the vfsqrt RVV intrinsics
Zakk Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 23 18:45:24 PST 2020
khchen added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/rvv/vfsqrt-rv32.ll:13
+ %a = call <vscale x 1 x half> @llvm.riscv.vfsqrt.nxv1f16(
+ <vscale x 1 x half> undef,
+ i32 undef)
----------------
please update tests without undef input.
https://reviews.llvm.org/D93013?id=310804#inline-868720
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93745/new/
https://reviews.llvm.org/D93745
More information about the llvm-commits
mailing list