forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Clang][XTHeadVector] support cast between integer and vector booleans (
#119) * [Clang][XTHeadVector] support vreinterpret between integer and vector booleans * [Clang][XTHeadVector] support vreinterpret between integer and vector booleans with wrappers * [Clang][XTHeadVector] fix tests * [Clang][XTHeadVector] fix tests
- Loading branch information
Showing
8 changed files
with
4,131 additions
and
736 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
187 changes: 187 additions & 0 deletions
187
clang/include/clang/Basic/riscv_vector_xtheadv_wrappers.td
Large diffs are not rendered by default.
Oops, something went wrong.
975 changes: 975 additions & 0 deletions
975
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/misc/thead/vreinterpret_b.c
Large diffs are not rendered by default.
Oops, something went wrong.
368 changes: 0 additions & 368 deletions
368
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/misc/thead/vreinterpret_iuf.c
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.