[PATCH] D157510: [RISCV] Implement intrinsics for XCVbitmanip extension in CV32E40P
Funan Zeng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 04:58:44 PDT 2023
melonedo added a comment.
>From discussions last week, a header file for the C API will be included later as a public interface, which is tracked by https://github.com/openhwgroup/corev-gcc/issues/48 and https://github.com/openhwgroup/corev-llvm-project/issues/74. For LLVM intrisics level, since target-specific builtins can map to target-independent intrisics, I will implement these with LLVM target independent intrinsics.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157510/new/
https://reviews.llvm.org/D157510
More information about the llvm-commits
mailing list