[clang] [AMDGPU] Allow overload of __builtin_amdgcn_mov/update_dpp (PR #112447)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 21 10:54:57 PDT 2024
arsenm wrote:
> I actually wish a better way to have overloaded builtins in clang. I do not believe any user of these builtins is expecting that a wide integer will be silently truncated, and any fp will go through fptosi and backwards after, like we do now.
Yes, C was a mistake
https://github.com/llvm/llvm-project/pull/112447
More information about the cfe-commits
mailing list