[clang] 7ba0c98 - [RISCV] Rename the vector crypto intrinsic test vcpopv.c to vcpop.c. NFC.

2025-07-14 Thread Jim Lin via cfe-commits
Author: Jim Lin Date: 2025-07-15T09:00:35+08:00 New Revision: 7ba0c98265977651540c64795b244166af329ca8 URL: https://github.com/llvm/llvm-project/commit/7ba0c98265977651540c64795b244166af329ca8 DIFF: https://github.com/llvm/llvm-project/commit/7ba0c98265977651540c64795b244166af329ca8.diff LOG:

[clang] [llvm] [RISCV] Implement Builtins for XAndesBFHCvt extension. (PR #148804)

2025-07-15 Thread Jim Lin via cfe-commits
https://github.com/tclin914 created https://github.com/llvm/llvm-project/pull/148804 XAndesBFHCvt provides two builtins functions for converting between float and bf16. Users can use them to convert bf16 values loaded from memory to float, perform arithmetic operations, then convert them back

<    1   2   3