[all-commits] [llvm/llvm-project] 54b40a: [1/3][Clang][RISCV] Add `__riscv_` prefix for vrea...
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Tue Jan 31 01:06:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 54b40a1785e9e7602fd69cd274cb46fc5746e029
https://github.com/llvm/llvm-project/commit/54b40a1785e9e7602fd69cd274cb46fc5746e029
Author: eopXD <yueh.ting.chen at gmail.com>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M clang/include/clang/Basic/riscv_vector.td
M clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/vsetvl.c
M clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/non-overloaded/vsetvlmax.c
M clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/policy/non-overloaded/vsetvl.c
M clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/policy/non-overloaded/vsetvlmax.c
M clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vread-csr.c
M clang/test/CodeGen/RISCV/rvv-intrinsics-handcrafted/vwrite-csr.c
Log Message:
-----------
[1/3][Clang][RISCV] Add `__riscv_` prefix for vread, vwrite, vlenb, vsetvl, and vsetvlmax
This commit adds prefix for intrinsics that are defined through
`HeaderCode` under `riscv_vector.td`.
This is the 1st commit of a patch-set to add `__riscv_` for all RVV
intrinsics.
This follows the naming guideline under riscv-c-api-doc to add the
`__riscv_` suffix for all RVV intrinsics.
Pull Request:
riscv-non-isa/riscv-c-api-doc#31
riscv-non-isa/rvv-intrinsic-doc#189
Depends on D142016.
Reviewed By: kito-cheng
Differential Revision: https://reviews.llvm.org/D142085
More information about the All-commits
mailing list