[PATCH] D89559: PR47372: Fix Lambda invoker calling conventions
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 16 11:56:48 PDT 2020
erichkeane added a comment.
Perhaps a better example:
(gdb) p CallOperator->getType()->dump()
FunctionProtoType 0x1177edf0 'void (void) __attribute__((vectorcall)) const' const vectorcall
`-AutoType 0x1177a0d0 'void' sugar
`-BuiltinType 0x11716dc0 'void'
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89559/new/
https://reviews.llvm.org/D89559
More information about the cfe-commits
mailing list