[all-commits] [llvm/llvm-project] 8f6833: [RISCV][Clang] Add RVV miscellaneous intrinsic fun...
Zakk Chen via All-commits
all-commits at lists.llvm.org
Fri Apr 16 09:42:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8f683366afcfd7c03faea615d1529a0014d7dbde
https://github.com/llvm/llvm-project/commit/8f683366afcfd7c03faea615d1529a0014d7dbde
Author: Zakk Chen <zakk.chen at sifive.com>
Date: 2021-04-16 (Fri, 16 Apr 2021)
Changed paths:
M clang/include/clang/Basic/riscv_vector.td
A clang/test/CodeGen/RISCV/rvv-intrinsics/vlmul.c
A clang/test/CodeGen/RISCV/rvv-intrinsics/vreinterpret.c
A clang/test/CodeGen/RISCV/rvv-intrinsics/vundefined.c
M clang/utils/TableGen/RISCVVEmitter.cpp
Log Message:
-----------
[RISCV][Clang] Add RVV miscellaneous intrinsic functions.
1. vreinterpret
2. vundefined
3. LMUL truncation and extension.
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D100391
More information about the All-commits
mailing list