[all-commits] [llvm/llvm-project] 19978e: [RISCV]Add CTZ Intrinsic for ZBB in Clang
joker881 via All-commits
all-commits at lists.llvm.org
Fri Apr 29 17:19:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19978e08749f5f68fbd535121c4f2ed7297b3a4f
https://github.com/llvm/llvm-project/commit/19978e08749f5f68fbd535121c4f2ed7297b3a4f
Author: joker881 <changhu779 at gmail.com>
Date: 2022-04-30 (Sat, 30 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 CTZ Intrinsic for ZBB in Clang
Add Intrinsics and test for B extension (updating coming soon (:
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D124348
More information about the All-commits
mailing list