You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llvm/test/CodeGen/RISCV/rvv/vfcvt-x-f.ll
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -693,3 +693,19 @@ entry:
693
693
694
694
ret <vscale x 8 x i64> %a
695
695
}
696
+
697
+
define <vscale x 8 x i64> @intrinsic_vfcvt_mask_x.f.v_rtz_nxv8i64_nxv8f64(<vscale x 8 x i64> %0, <vscale x 8 x double> %1, <vscale x 8 x i1> %2, iXLen %3) nounwind {
Copy file name to clipboardExpand all lines: llvm/test/CodeGen/RISCV/rvv/vfcvt-xu-f.ll
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -693,3 +693,19 @@ entry:
693
693
694
694
ret <vscale x 8 x i64> %a
695
695
}
696
+
697
+
define <vscale x 8 x i64> @intrinsic_vfcvt_mask_xu.f.v_rtz_nxv8i64_nxv8f64(<vscale x 8 x i64> %0, <vscale x 8 x double> %1, <vscale x 8 x i1> %2, iXLen %3) nounwind {
Copy file name to clipboardExpand all lines: llvm/test/CodeGen/RISCV/rvv/vfncvt-x-f.ll
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -708,3 +708,20 @@ entry:
708
708
709
709
ret <vscale x 8 x i32> %a
710
710
}
711
+
712
+
define <vscale x 8 x i32> @intrinsic_vfncvt_mask_x.f.w_rtz_nxv8i32_nxv8f64(<vscale x 8 x i32> %0, <vscale x 8 x double> %1, <vscale x 8 x i1> %2, iXLen %3) nounwind {
Copy file name to clipboardExpand all lines: llvm/test/CodeGen/RISCV/rvv/vfncvt-xu-f.ll
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -708,3 +708,19 @@ entry:
708
708
709
709
ret <vscale x 8 x i32> %a
710
710
}
711
+
712
+
define <vscale x 8 x i32> @intrinsic_vfncvt_mask_xu.f.w_rtz_nxv8i32_nxv8f64(<vscale x 8 x i32> %0, <vscale x 8 x double> %1, <vscale x 8 x i1> %2, iXLen %3) nounwind {
Copy file name to clipboardExpand all lines: llvm/test/CodeGen/RISCV/rvv/vfwcvt-x-f.ll
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -426,3 +426,19 @@ entry:
426
426
427
427
ret <vscale x 8 x i64> %a
428
428
}
429
+
430
+
define <vscale x 8 x i64> @intrinsic_vfwcvt_mask_x.f.v_rtz_nxv8i64_nxv8f32(<vscale x 8 x i64> %0, <vscale x 8 x float> %1, <vscale x 8 x i1> %2, iXLen %3) nounwind {
Copy file name to clipboardExpand all lines: llvm/test/CodeGen/RISCV/rvv/vfwcvt-xu-f.ll
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -426,3 +426,19 @@ entry:
426
426
427
427
ret <vscale x 8 x i64> %a
428
428
}
429
+
430
+
define <vscale x 8 x i64> @intrinsic_vfwcvt_mask_xu.f.v_rtz_nxv8i64_nxv8f32(<vscale x 8 x i64> %0, <vscale x 8 x float> %1, <vscale x 8 x i1> %2, iXLen %3) nounwind {
0 commit comments