[clang] [AMDGPU] Allow overload of __builtin_amdgcn_mov_dpp8 (PR #113610)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 25 11:27:35 PDT 2024
================
@@ -152,6 +115,44 @@ bool SemaAMDGPU::CheckAMDGCNBuiltinFunctionCall(unsigned BuiltinID,
return false;
}
+bool SemaAMDGPU::CheckMovDPPFunctionCall(CallExpr *TheCall, unsigned NumArgs,
----------------
arsenm wrote:
Start with lowercase
https://github.com/llvm/llvm-project/pull/113610
More information about the cfe-commits
mailing list