[all-commits] [llvm/llvm-project] e685bd: [Clang][RISCV] Bump rvv intrinsics version to v0.11
Yueh-Ting (eop) Chen via All-commits
all-commits at lists.llvm.org
Thu Feb 2 00:08:43 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e685bde1e0b0dcfeb1619b434a5dce3c755b9631
https://github.com/llvm/llvm-project/commit/e685bde1e0b0dcfeb1619b434a5dce3c755b9631
Author: eopXD <yueh.ting.chen at gmail.com>
Date: 2023-02-02 (Thu, 02 Feb 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.11
The LLVM now supports v0.11 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, asb
Differential Revision: https://reviews.llvm.org/D143051
More information about the All-commits
mailing list