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.
[LLVM] [RVV 0.7.1] Implement RVV 0.7.1 indexed load/store intrinsics. (…
…#28) * [LLVM] [RVV 0.7.1] Define intrinsics for indexed load. * [LLVM] [RVV 0.7.1] Define pseudo nodes for indexed load. * [LLVM] [RVV 0.7.1] Expand pseudo indexed load nodes. * [LLVM] [RVV 0.7.1] Set RVV load info for newly added intrinsics. * [LLVM] [RVV 0.7.1] Add test cases for indexed load intrinsics. * [LLVM] [RVV 0.7.1] Define intrinsics for indexed store. * [LLVM] [RVV 0.7.1] Define pseudo nodes for indexed store intrinsic. * [LLVM] [RVV 0.7.1] Expand pseudo indexed store nodes. * [LLVM] [RVV 0.7.1] Set RVV store info for indexed store. * [LLVM] [RVV 0.7.1] Add tests for indexed store.
- Loading branch information
1 parent
7baa7b2
commit 52fd62a
Showing
11 changed files
with
7,136 additions
and
48 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
Oops, something went wrong.