[clang] [llvm] [HLSL] Re-implement countbits with the correct return type (PR #113189)
Brian Favela via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 21 13:57:47 PDT 2024
================
@@ -44,4 +67,4 @@ entry:
declare i16 @llvm.ctpop.i16(i16)
declare i32 @llvm.ctpop.i32(i32)
declare i64 @llvm.ctpop.i64(i64)
-declare <4 x i32> @llvm.ctpop.v4i32(<4 x i32>)
+declare <4 x i32> @llvm.ctpop.v4i32(<4 x i32>)
----------------
bfavela wrote:
Missing a newline at the end of the file
https://github.com/llvm/llvm-project/pull/113189
More information about the cfe-commits
mailing list