clang/test/CodeGenCXX/fp16-mangle.cpp tests pointers to fp16, but
if you give the -fallow-half-arguments-and-returns option, then
clang can also leave an fp16 unmodified as a function argument or
return type. This regression test checks the name-mangling of that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The mangling agrees with https://itanium-cxx-abi.github.io/cxx-abi/abi.html#mangling-builtin
LGTM