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
vget/vset/vcreate
on vector tuple typ…
…es (#130) * [Clang][XTHeadVector] support `vget/vset` on vector tuple types * [Clang][XTHeadVector] add wrappers * [Clang][XTHeadVector] add corresponding tests * [Clang][RISCV] Add vcreate intrinsics for RVV tuple types Specification PR: riscv-non-isa/rvv-intrinsic-doc#256 Reviewed By: craig.topper Differential Revision: https://reviews.llvm.org/D158402 * [Clang][XTHeadVector] Implement `vcreate` on tuple types * [Clang][XTHeadVector] Add vcreate wrappers * [Clang][XTHeadVector] Add corresponding tests --------- Co-authored-by: eopXD <[email protected]>
- Loading branch information
Showing
13 changed files
with
16,676 additions
and
28 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
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
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.