[PATCH] D27250: [OpenMP] TargetLibraryInfo from "declare simd".
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 30 04:49:15 PST 2016
ABataev requested changes to this revision.
ABataev added a comment.
This revision now requires changes to proceed.
1. Please provide full context for your changes (check this document how to do this http://llvm.org/docs/Phabricator.html).
2. Use clang-format for all your changes.
3. Do not use backed infrastructure to mangle the name of the new function. Instead, you should build clang-based declaration and use clang infrastructure to ge
Also, I don't like the idea of the generation of real function profiles in the frontend. It was decided, that the frontend only provides a list of mangled names for vector functions, which must be generated in the backend. But you're trying something different. If you're going to change the whole solution you should send an RFC to the community
https://reviews.llvm.org/D27250
More information about the cfe-commits
mailing list