[all-commits] [llvm/llvm-project] 20e87e: [Clang][RISCV] Bump rvv intrinsics version to v0.12
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Wed Jul 26 22:54:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20e87e2f794173deebd1cf8c86684452bb0c989b
https://github.com/llvm/llvm-project/commit/20e87e2f794173deebd1cf8c86684452bb0c989b
Author: eopXD <yueh.ting.chen at gmail.com>
Date: 2023-07-26 (Wed, 26 Jul 2023)
Changed paths:
M clang/lib/Basic/Targets/RISCV.cpp
M clang/test/Preprocessor/riscv-target-features.c
Log Message:
-----------
[Clang][RISCV] Bump rvv intrinsics version to v0.12
The LLVM now supports v0.12 of the RVV intrinsics. Users can use the macro
riscv_v_intrinsic to distinguish what kind of intrinsics is supported in
the compiler.
Please refer to tag descriptions under
https://github.com/riscv-non-isa/rvv-intrinsic-doc/tags
Reviewed By: kito-cheng
Differential Revision: https://reviews.llvm.org/D156394
More information about the All-commits
mailing list