[clang] [llvm] [HLSL] Implement elementwise popcount (PR #108121)
Farzon Lotfi via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 11 15:34:06 PDT 2024
================
@@ -1522,6 +1522,14 @@ bool CheckUnsignedIntRepresentation(Sema *S, CallExpr *TheCall) {
checkAllUnsignedTypes);
}
+bool CheckIntRepresentation(Sema *S, CallExpr *TheCall) {
----------------
farzonl wrote:
It doesn't seem like this function is used? If it isn't please remove.
https://github.com/llvm/llvm-project/pull/108121
More information about the cfe-commits
mailing list