[all-commits] [llvm/llvm-project] a29dfc: [RISCV] Use clang_builtin_alias for all RISCV vect...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Oct 20 08:52:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a29dfc089d18b542694cd26a06bee822ab90fb56
https://github.com/llvm/llvm-project/commit/a29dfc089d18b542694cd26a06bee822ab90fb56
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-10-20 (Wed, 20 Oct 2021)
Changed paths:
M clang/utils/TableGen/RISCVVEmitter.cpp
Log Message:
-----------
[RISCV] Use clang_builtin_alias for all RISCV vector intrinsics.
Previously we used builtin_alias for overloaded intrinsics, but
macros for the non-overloaded version. This patch changes the
non-overloaded versions to also use builtin_alias, but without
the overloadable attribute.
Reviewed By: khchen, HsiangKai
Differential Revision: https://reviews.llvm.org/D112020
More information about the All-commits
mailing list