[RISCV] Define the vfsqrt RVV intrinsics
authorEvandro Menezes <evandro.menezes@sifive.com>
Wed, 23 Dec 2020 06:43:15 +0000 (00:43 -0600)
committerEvandro Menezes <evandro.menezes@sifive.com>
Thu, 7 Jan 2021 23:29:29 +0000 (17:29 -0600)
commit946bc50e4cbbc998c77e091c7956e996a7d409f0
tree5e6705622af0a52435e800d81b35491336c2a512
parentf2f81c554b0d38edf754a220bcb063876747ee6b
[RISCV] Define the vfsqrt RVV intrinsics

Define the `vfsqrt` IR intrinsics for the respective V instructions.

Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com>
Co-Authored-by: Evandro Menezes <evandro.menezes@sifive.com>
Differential Revision: https://reviews.llvm.org/D93745
llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vfsqrt-rv32.ll [new file with mode: 0644]
llvm/test/CodeGen/RISCV/rvv/vfsqrt-rv64.ll [new file with mode: 0644]