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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to