This is an archive of the discontinued LLVM Phabricator instance.

[clang][ARM] Add name-mangling test for direct __fp16 arguments.
ClosedPublic

Authored by simon_tatham on Jul 31 2020, 1:33 AM.

Details

Summary

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.

Diff Detail

Event Timeline

simon_tatham created this revision.Jul 31 2020, 1:33 AM
simon_tatham requested review of this revision.Jul 31 2020, 1:33 AM
This revision is now accepted and ready to land.Jul 31 2020, 7:33 AM