[PATCH] D136919: [X86][RFC] Change mangle name of __bf16 from u6__bf16 to DF16b
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 3 12:41:30 PDT 2022
rjmccall added a comment.
We talked about this on the Itanium list, and as currently specified, it is absolutely not correct for `__bf16` to have the same mangling as `std::bfloat16_t`, because these types do not have the same semantics. If GCC did that, it is a bug.
That discussion was here: https://github.com/itanium-cxx-abi/cxx-abi/pull/147
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136919/new/
https://reviews.llvm.org/D136919
More information about the cfe-commits
mailing list