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][XTHeadVector] Implement intrinsic for unit-stride segment load…
…s and stores. (llvm#37) * [LLVM][RVV 0.7.1] Rename elements in search table to match T-Head suggested naming scheme. * [LLVM][XTHeadVector] Define intrinsic functions for unit-strided segment load. * [LLVM][XTHeadVector] Define search table for vlseg intrinsic. * [LLVM][XTHeadVector] Define pseudo nodes for vlseg intrinsic. * [LLVM][XTHeadVector] Expand vlseg load pseudo nodes. * [LLVM][XTHeadVector] Set load/store info for newly added intrinsic. * [LLVM][XTHeadVector] Add tests for new intrinsic. * [LLVM][XTHeadVector] Define intrinsic for segment store. * [LLVM][XTHeadVector] Define search table for seg store intrinsic. * [LLVM][XTHeadVector] Define pseudo nodes for segment store intrinsic. * [LLVM][XTHeadVector] Select segment store pseudos. * [LLVM][XTHeadVector] Set load and store info for segment store intrinsic. * [LLVM][XTHeadVector] Add tests.
- Loading branch information
1 parent
7be347c
commit 6a4f6ff
Showing
13 changed files
with
19,739 additions
and
10 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.