Skip to content

Commit

Permalink
[Clang][XTHeadVector] test 12.10 vdivu/vdiv/vrem/vremu
Browse files Browse the repository at this point in the history
  • Loading branch information
imkiva committed Mar 13, 2024
1 parent 8823bae commit dafa29b
Show file tree
Hide file tree
Showing 5 changed files with 2,590 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clang/include/clang/Basic/riscv_vector_xtheadv.td
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,8 @@ let UnMaskedPolicyScheme = HasPassthruOperand in {
// 12.9. Vector Single-Width Integer Multiply Operations

// 12.10. Vector Integer Divide Operations
let UnMaskedPolicyScheme = HasPassthruOperand in {
let MaskedPolicyScheme = HasPassthruOperand,
UnMaskedPolicyScheme = HasPassthruOperand in {
defm th_vdivu : RVVUnsignedBinBuiltinSet;
defm th_vdiv : RVVSignedBinBuiltinSet;
defm th_vremu : RVVUnsignedBinBuiltinSet;
Expand Down
Loading

0 comments on commit dafa29b

Please sign in to comment.