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
vwadd/vwsub/vwaddu/vwsubu
intrinsics (
llvm#59) * [Clang][XTHeadVector] Define `vwadd/vwsub` * [Clang][XTHeadVector] Tes `vwadd/vwsub` * [Clang][XTHeadVector] Tes `vwadd/vwsub` wrappers
- Loading branch information
Showing
10 changed files
with
3,443 additions
and
3 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
203 changes: 203 additions & 0 deletions
203
clang/include/clang/Basic/riscv_vector_xtheadv_wrappers.td
Large diffs are not rendered by default.
Oops, something went wrong.
396 changes: 396 additions & 0 deletions
396
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-widening-add/thead/vwadd.c
Large diffs are not rendered by default.
Oops, something went wrong.
396 changes: 396 additions & 0 deletions
396
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-widening-add/thead/vwaddu.c
Large diffs are not rendered by default.
Oops, something went wrong.
396 changes: 396 additions & 0 deletions
396
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-widening-add/thead/vwsub.c
Large diffs are not rendered by default.
Oops, something went wrong.
396 changes: 396 additions & 0 deletions
396
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-widening-add/thead/vwsubu.c
Large diffs are not rendered by default.
Oops, something went wrong.
396 changes: 396 additions & 0 deletions
396
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-widening-add/wrappers/vwadd.c
Large diffs are not rendered by default.
Oops, something went wrong.
396 changes: 396 additions & 0 deletions
396
...g/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-widening-add/wrappers/vwaddu.c
Large diffs are not rendered by default.
Oops, something went wrong.
396 changes: 396 additions & 0 deletions
396
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-widening-add/wrappers/vwsub.c
Large diffs are not rendered by default.
Oops, something went wrong.
396 changes: 396 additions & 0 deletions
396
...g/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-widening-add/wrappers/vwsubu.c
Large diffs are not rendered by default.
Oops, something went wrong.