[all-commits] [llvm/llvm-project] 33d3d5: [RISCV] Add missing test for ctz_32 on RV64

Jim Lin via All-commits all-commits at lists.llvm.org
Sun May 21 19:31:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 33d3d51d77a7fb7ca6b919f9ba47999cd8531844
      https://github.com/llvm/llvm-project/commit/33d3d51d77a7fb7ca6b919f9ba47999cd8531844
  Author: Jim Lin <jim at andestech.com>
  Date:   2023-05-22 (Mon, 22 May 2023)

  Changed paths:
    M clang/test/CodeGen/RISCV/rvb-intrinsics/riscv64-zbb.c

  Log Message:
  -----------
  [RISCV] Add missing test for ctz_32 on RV64

Apparently, both of clz and ctz should have tests for _32 version on RV64.

Reviewed By: kito-cheng

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




More information about the All-commits mailing list