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] Use T-Head suggested naming schema (#30)
* [LLVM][RVV 0.7.1] `xtheadv` -> `xtheadvector` * [LLVM][RVV 0.7.1] MC names (1/N) * [LLVM][RVV 0.7.1] MC names (2/N) * [LLVM][RVV 0.7.1] MC names (3/N) * [LLVM][RVV 0.7.1] MC names (4/N) * [LLVM][RVV 0.7.1] LLVM intrinsic names (5/N) * [LLVM][RVV 0.7.1] LLVM intrinsic names (6/N) * [LLVM][RVV 0.7.1] Pass all MC tests * [LLVM][RVV 0.7.1] Pass all LLVM CodeGen tests * [LLVM][RVV 0.7.1] `llvm.riscv.xv*` -> `llvm.riscv.th.v*` * [Clang][RVV 0.7.1] `xv*` -> `th_v*` * [Clang][RVV 0.7.1] Update tests * [Clang][RVV 0.7.1] Update macros and headers with T-Head upstream Ref: riscv-non-isa/rvv-intrinsic-doc#298 * [LLVM][RVV 0.7.1] Rename * [Clang][RVV 0.7.1] Fix pragma * [LLVM][RVV 0.7.1] Fix vleff tests
- Loading branch information
Showing
92 changed files
with
13,450 additions
and
13,460 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
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
8 changes: 4 additions & 4 deletions
8
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/rvv-error.c
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
2 changes: 1 addition & 1 deletion
2
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/rvv-errors.c
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
4 changes: 2 additions & 2 deletions
4
clang/test/CodeGen/RISCV/rvv0p71-intrinsics-handcrafted/rvv-intrinsic-datatypes.cpp
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
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.