[all-commits] [llvm/llvm-project] 08cf69: [RISCV] Support overloading for RVV miscellaneous ...
Zakk Chen via All-commits
all-commits at lists.llvm.org
Tue Jul 13 21:36:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 08cf69c31f849310ec45945d18f0feef4ea8f2e6
https://github.com/llvm/llvm-project/commit/08cf69c31f849310ec45945d18f0feef4ea8f2e6
Author: Zakk Chen <zakk.chen at sifive.com>
Date: 2021-07-13 (Tue, 13 Jul 2021)
Changed paths:
M clang/include/clang/Basic/riscv_vector.td
A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vget.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vlmul.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vreinterpret.c
A clang/test/CodeGen/RISCV/rvv-intrinsics-overloaded/vset.c
M clang/utils/TableGen/RISCVVEmitter.cpp
Log Message:
-----------
[RISCV] Support overloading for RVV miscellaneous functions.
Based on this update to the intrinsic doc
https://github.com/riscv/rvv-intrinsic-doc/pull/103
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D105611
More information about the All-commits
mailing list