[all-commits] [llvm/llvm-project] 658cac: [RISCV] Rename XCValu intrinsic name *_slet(u) to ...

Jim Lin via All-commits all-commits at lists.llvm.org
Mon May 5 18:57:28 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 658cac84a1c235fd579899d047bebcbe64572447
      https://github.com/llvm/llvm-project/commit/658cac84a1c235fd579899d047bebcbe64572447
  Author: Jim Lin <jim at andestech.com>
  Date:   2025-05-06 (Tue, 06 May 2025)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsRISCVXCV.td
    M clang/lib/CodeGen/TargetBuiltins/RISCV.cpp
    M clang/lib/Headers/riscv_corev_alu.h
    M clang/test/CodeGen/RISCV/riscv-xcvalu-c-api.c
    M clang/test/CodeGen/RISCV/riscv-xcvalu.c
    M llvm/test/CodeGen/RISCV/xcvalu.ll

  Log Message:
  -----------
  [RISCV] Rename XCValu intrinsic name *_slet(u) to *_sle(u)) (#138498)

The instruction name and intrinsic name have been renamed to sle(u). The
`t` was removed. Please refer to
https://github.com/openhwgroup/core-v-sw/blob/master/specifications/corev-builtin-spec.md.



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