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] make default policy of intrinsic wrappers TAMU …
…policy (llvm#117) * [Clang][XTHeadVector] make wrappers default to TAMU policy * [Clang][XTHeadVector] fix wrapper tests for vector-floating-conv (TAMU) * [Clang][XTHeadVector] fix wrapper tests for vector-integer-compare (TAMU) * [Clang][XTHeadVector] fix wrapper tests for vector-mask-logical (TAMU) * [Clang][XTHeadVector] fix wrapper tests for vector-permutation (TAMU) * [Clang][XTHeadVector] fix `HasMaskedOffOperand` of `th_vslidedown` * [Clang][XTHeadVector] fix wrapper tests for vector-single-width-averaging (TAMU) * [Clang][XTHeadVector] fix wrapper tests for `vsmul` (TAMU) * [Clang][XTHeadVector] fix wrapper tests for vector-single-width-with-saturation-add (TAMU) * [Clang][XTHeadVector] make wrappers for vector-reduction defaults to TUM policy * [Clang][XTHeadVector] fix wrapper tests for vector-reduction (TUMU) * [Clang][XTHeadVector] fix wrapper tests for vector-floating (TAMU)
- Loading branch information
Showing
70 changed files
with
10,051 additions
and
10,213 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
4,076 changes: 2,032 additions & 2,044 deletions
4,076
clang/include/clang/Basic/riscv_vector_xtheadv_wrappers.td
Large diffs are not rendered by default.
Oops, something went wrong.
384 changes: 192 additions & 192 deletions
384
...g/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-floating-conv/wrappers/vfcvt.c
Large diffs are not rendered by default.
Oops, something went wrong.
288 changes: 144 additions & 144 deletions
288
.../test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-floating-conv/wrappers/vfncvt.c
Large diffs are not rendered by default.
Oops, something went wrong.
192 changes: 96 additions & 96 deletions
192
...est/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/vector-floating-conv/wrappers/vfwcvt_f.c
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.