Skip to content

Commit

Permalink
[RISCV][clang] Remove bfloat base type in non-zvfbfmin vcreate (llvm#…
Browse files Browse the repository at this point in the history
  • Loading branch information
4vtomat authored Aug 9, 2024
1 parent 08e0e29 commit 1b80ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/Basic/riscv_vector.td
Original file line number Diff line number Diff line change
Expand Up @@ -2637,7 +2637,7 @@ let HasMasked = false, HasVL = false, IRName = "" in {
defvar T = "(Tuple:" # nf # ")";
defvar V = VString<nf, /*signed=*/true>.S;
defvar UV = VString<nf, /*signed=*/false>.S;
def : RVVBuiltin<T # "v", T # "v" # V, "csilxfdy">;
def : RVVBuiltin<T # "v", T # "v" # V, "csilxfd">;
let RequiredFeatures = ["Zvfbfmin"] in
def : RVVBuiltin<T # "v", T # "v" # V, "y">;
def : RVVBuiltin<T # "Uv", T # "Uv" # UV, "csil">;
Expand Down

0 comments on commit 1b80ed4

Please sign in to comment.