The AAPCS64 specifies the internal type is used for c++ mangling. For
bfloat16 it was defined as BFloat16 when it should be Bfloat16, i.e.
lowercase 'f'.
For more information, see:
Differential D87463
[clang][aarch64] Fix mangling of bfloat16 neon vectors Authored by c-rhodes on Sep 10 2020, 9:00 AM.
Details The AAPCS64 specifies the internal type is used for c++ mangling. For For more information, see:
Diff Detail
Event TimelineComment Actions I'm not sure what the procedure is to get patches into LLVM 11, but I think there's still time. Could you try to get this in there as well @c-rhodes ? |