[llvm] [RISCV][VLOPT] Add vfsqrt/vfrsqrt7 instruction to isSupportInstr (PR #127462)

via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 18 18:56:56 PST 2025


================
@@ -5069,3 +5069,63 @@ define <vscale x 4 x float> @vfwmaccbf16_vf(<vscale x 4 x float> %a, bfloat %b,
   %2 = call <vscale x 4 x float> @llvm.riscv.vfadd(<vscale x 4 x float> poison, <vscale x 4 x float> %1, <vscale x 4 x float> %d, iXLen 7, iXLen %vl)
   ret <vscale x 4 x float> %2
 }
+
+define <vscale x 4 x half> @vfsqrt(<vscale x 4 x half> %a) {
----------------
LiqinWeng wrote:

fixed~

https://github.com/llvm/llvm-project/pull/127462


More information about the llvm-commits mailing list