[all-commits] [llvm/llvm-project] 1593bf: [RISCV] Support LLVM IR intrinsics for XAndesVDot ...

Jim Lin via All-commits all-commits at lists.llvm.org
Sun May 25 00:22:34 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1593bf4d7aeafce3b5dc63d1629211ab67cbe6aa
      https://github.com/llvm/llvm-project/commit/1593bf4d7aeafce3b5dc63d1629211ab67cbe6aa
  Author: Jim Lin <jim at andestech.com>
  Date:   2025-05-25 (Sun, 25 May 2025)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsRISCVXAndes.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td
    A llvm/test/CodeGen/RISCV/rvv/xandesvdot-vd4dots.ll
    A llvm/test/CodeGen/RISCV/rvv/xandesvdot-vd4dotsu.ll
    A llvm/test/CodeGen/RISCV/rvv/xandesvdot-vd4dotu.ll

  Log Message:
  -----------
  [RISCV] Support LLVM IR intrinsics for XAndesVDot (#140223)

This patch adds LLVM IR intrinsic support for XAndesVDot similiar to
#139860.

The document for the intrinsics can be found at:

https://github.com/andestech/andes-vector-intrinsic-doc/blob/ast-v5_4_0-release-v5/auto-generated/andes-v5/intrinsic_funcs.adoc#andes-vector-dot-product-extensionxandesvdot
and with policy variants
https://github.com/andestech/andes-vector-intrinsic-doc/blob/ast-v5_4_0-release-v5/auto-generated/andes-v5/policy_funcs/intrinsic_funcs.adoc#andes-vector-dot-product-extensionxandesvdot

The clang part will be added in a later patch.

---------

Co-authored-by: Tony Chuan-Yue Yuan <yuan593 at andestech.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list