[clang] [RISCV] Support floating point VCIX (PR #67094)

Brandon Wu via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 24 01:55:46 PDT 2023


================
@@ -2441,11 +2441,11 @@ define void @test_sf_vc_fvv_se_e16mf4(<vscale x 1 x i16> %vd, <vscale x 1 x i16>
 ; CHECK-NEXT:    sf.vc.fvv 1, v8, v9, fa0
 ; CHECK-NEXT:    ret
 entry:
-  tail call void @llvm.riscv.sf.vc.fvv.se.iXLen.nxv1i16.f16.iXLen(iXLen 1, <vscale x 1 x i16> %vd, <vscale x 1 x i16> %vs2, half %fs1, iXLen %vl)
+  tail call void @llvm.riscv.sf.vc.fvv.se.iXLen.nxv1i16.i16.iXLen(iXLen 1, <vscale x 1 x i16> %vd, <vscale x 1 x i16> %vs2, half %fs1, iXLen %vl)
----------------
4vtomat wrote:

Oh, I accidentally changed the type, it should be f16 lol~

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


More information about the cfe-commits mailing list