forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Clang][XTHeadVector] implement 12.7 `vmseq/vmsne/vmslt/vmsgt/vmsle/v…
…msge` (llvm#78) * [Clang][XTHeadVector] implement 12.7 `vmseq/vmsne/vmslt/vmsgt/vmsle/vmsge` * [Clang][XTHeadVector] test 12.7 `vmseq/vmsne/vmslt/vmsgt/vmsle/vmsge`
- Loading branch information
Showing
9 changed files
with
6,483 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,287 changes: 1,287 additions & 0 deletions
1,287
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-integer-compare/thead/vmseq.c
Large diffs are not rendered by default.
Oops, something went wrong.
647 changes: 647 additions & 0 deletions
647
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-integer-compare/thead/vmsge.c
Large diffs are not rendered by default.
Oops, something went wrong.
647 changes: 647 additions & 0 deletions
647
...g/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-integer-compare/thead/vmsgeu.c
Large diffs are not rendered by default.
Oops, something went wrong.
647 changes: 647 additions & 0 deletions
647
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-integer-compare/thead/vmsgt.c
Large diffs are not rendered by default.
Oops, something went wrong.
647 changes: 647 additions & 0 deletions
647
...g/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-integer-compare/thead/vmsgtu.c
Large diffs are not rendered by default.
Oops, something went wrong.
647 changes: 647 additions & 0 deletions
647
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-integer-compare/thead/vmslt.c
Large diffs are not rendered by default.
Oops, something went wrong.
647 changes: 647 additions & 0 deletions
647
...g/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-integer-compare/thead/vmsltu.c
Large diffs are not rendered by default.
Oops, something went wrong.
1,287 changes: 1,287 additions & 0 deletions
1,287
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-integer-compare/thead/vmsne.c
Large diffs are not rendered by default.
Oops, something went wrong.