Skip to content

Commit a6f66d5

Browse files
committed
Revert "[2/3][Clang][RISCV] Add __riscv_ for non-overloaded intrinsics"
This reverts commit 2153544. Buildbot failure https://lab.llvm.org/buildbot#builders/139/builds/35218 shows left-out test cases that were not updated.
1 parent 2153544 commit a6f66d5

File tree

772 files changed

+56203
-56207
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

772 files changed

+56203
-56207
lines changed

clang/lib/Support/RISCVVIntrinsicUtils.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,10 +1002,6 @@ void RVVIntrinsic::updateNamesAndPolicy(bool IsMasked, bool HasPolicy,
10021002
OverloadedName += suffix;
10031003
};
10041004

1005-
// This follows the naming guideline under riscv-c-api-doc to add the
1006-
// `__riscv_` suffix for all RVV intrinsics.
1007-
Name = "__riscv_" + Name;
1008-
10091005
if (IsMasked) {
10101006
if (PolicyAttrs.isTUMUPolicy())
10111007
appendPolicySuffix("_tumu");

0 commit comments

Comments
 (0)