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.
[LLVM][Clang][XTHeadVector] Add indexed load/store intrinsics (llvm#54)
* [Clang][XTHeadVector] Rename multiclass to avoid confusion * [Clang][XTHeadVector] Add `vlxb`, `vlxh`, `vlxw` and corresponding unsigned version * [Clang][XTHeadVector] Add `vloxei` intrinsic * [Clang][XTHeadVector] Add `vsoxei` intrinsic * [Clang][XTHeadVector] Rename * [Clang][XTHeadVector] Add `vsxb`, `vsxh`, `vsxw` * [Clang][XTHeadVector] Fix typo * [Clang][XTHeadVector] Fix multiclass * [Clang][XTHeadVector] Add todo * [Clang][XTHeadVector] Use `RVVOutOp1Builtin` * [Clang][XTHeadVector] Add simple handcrafted tests * [Clang][XTHeadVector] Add generate tests * [Clang][XTHeadVector] Add generate tests * [Clang][XTHeadVector] Add wrapper macros * [Clang][XTHeadVector] Add more tests * [NFC][XTHeadVector] Update README
- Loading branch information
Showing
15 changed files
with
6,698 additions
and
16 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
Oops, something went wrong.