[RISCV] Add missing test for ctz_32 on RV64
authorJim Lin <jim@andestech.com>
Mon, 22 May 2023 01:26:37 +0000 (09:26 +0800)
committerJim Lin <jim@andestech.com>
Mon, 22 May 2023 02:28:27 +0000 (10:28 +0800)
commit33d3d51d77a7fb7ca6b919f9ba47999cd8531844
treede6ab3314af5349059edc27c3c49ec99246690db
parentf58d2cc5a0c2336b17686460343de2bd6ce337b9
[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
clang/test/CodeGen/RISCV/rvb-intrinsics/riscv64-zbb.c