[all-commits] [llvm/llvm-project] a4f47a: RISCV] Add clang builtins for CLZ instruction.

joker881 via All-commits all-commits at lists.llvm.org
Wed Apr 13 21:29:45 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a4f47a99aafe57db0176ef7dad1a9ba72854439f
      https://github.com/llvm/llvm-project/commit/a4f47a99aafe57db0176ef7dad1a9ba72854439f
  Author: joker881 <changhu779 at gmail.com>
  Date:   2022-04-14 (Thu, 14 Apr 2022)

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

  Log Message:
  -----------
  RISCV] Add clang builtins for CLZ instruction.

add intrinsic for CLZ

Reviewed By: craig.topper

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




More information about the All-commits mailing list