[all-commits] [llvm/llvm-project] a1b7db: [RISCV] Split __builtin_riscv_xperm4/8 into separa...

Craig Topper via All-commits all-commits at lists.llvm.org
Mon Jul 10 12:18:43 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a1b7db3e4ccc30b32fb918f7c6c3ff49233ac03d
      https://github.com/llvm/llvm-project/commit/a1b7db3e4ccc30b32fb918f7c6c3ff49233ac03d
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsRISCV.def
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/test/CodeGen/RISCV/rvb-intrinsics/riscv32-zbkx.c
    M clang/test/CodeGen/RISCV/rvb-intrinsics/riscv64-zbkx.c

  Log Message:
  -----------
  [RISCV] Split __builtin_riscv_xperm4/8 into separate _32 and _64 builtins.

Part of an effort to remove uses of 'long' to mean XLen from the builtin
interfaces.

Also makes the builtin names match https://github.com/riscv-non-isa/riscv-c-api-doc/pull/44.

Reviewed By: asb

Differential Revision: https://reviews.llvm.org/D154681




More information about the All-commits mailing list