[PATCH] D66024: Name Demangling as specified in the Vector Function ABI
Sumedh Arani via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 9 13:37:42 PDT 2019
aranisumedh added a comment.
@lebedev.ri
1. Could you elaborate about the fuzzer target? The VFABI::getVectorName() extracts the custom redirection to a user-specified function that can be described using `#pragma declare variant`
2. If I understood you correctly, yes, this name mangling format is as specified in the ABI. It is also supported by other implementations such as GCC. The following link is a demonstration of the same which uses GCC compiler. [https://godbolt.org/z/PrGLn0]
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66024/new/
https://reviews.llvm.org/D66024
More information about the llvm-commits
mailing list