Skip to content

Commit b1df554

Browse files
authored
[RISCV][clang] Remove unused base type in vfncvt (llvm#101646)
We don't have `fp8` type supported yet.
1 parent bbdccf4 commit b1df554

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/include/clang/Basic/riscv_vector.td

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2011,9 +2011,9 @@ let ManualCodegen = [{
20112011
RVVConvBuiltinSet<"vfncvt_xu_f_w", "csi", [["Uv", "UvFwu"]]>;
20122012
let OverloadedName = "vfncvt_f" in {
20132013
defm :
2014-
RVVConvBuiltinSet<"vfncvt_f_x_w", "csi", [["Fv", "Fvwu"]]>;
2014+
RVVConvBuiltinSet<"vfncvt_f_x_w", "si", [["Fv", "Fvwu"]]>;
20152015
defm :
2016-
RVVConvBuiltinSet<"vfncvt_f_xu_w", "csi", [["Fv", "FvUwu"]]>;
2016+
RVVConvBuiltinSet<"vfncvt_f_xu_w", "si", [["Fv", "FvUwu"]]>;
20172017
}
20182018
let OverloadedName = "vfncvt_f" in {
20192019
defm : RVVConvBuiltinSet<"vfncvt_f_f_w", "f", [["v", "vwu"]]>;
@@ -2061,9 +2061,9 @@ let ManualCodegen = [{
20612061
RVVConvBuiltinSet<"vfncvt_xu_f_w", "csi", [["Uv", "UvFw"]]>;
20622062
let OverloadedName = "vfncvt_f" in {
20632063
defm :
2064-
RVVConvBuiltinSet<"vfncvt_f_x_w", "csi", [["Fv", "Fvw"]]>;
2064+
RVVConvBuiltinSet<"vfncvt_f_x_w", "si", [["Fv", "Fvw"]]>;
20652065
defm :
2066-
RVVConvBuiltinSet<"vfncvt_f_xu_w", "csi", [["Fv", "FvUw"]]>;
2066+
RVVConvBuiltinSet<"vfncvt_f_xu_w", "si", [["Fv", "FvUw"]]>;
20672067
}
20682068
let OverloadedName = "vfncvt_f" in {
20692069
defm : RVVConvBuiltinSet<"vfncvt_f_f_w", "f", [["v", "vw"]]>;

0 commit comments

Comments
 (0)