[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 12:42:52 PDT 2019


aranisumedh created this revision.
aranisumedh added reviewers: simoll, jdoerfert, sdesmalen.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch implements the demangling functionality as described in the Vector Function ABI. This patch will be used to implement the SearchVectorFunctionSystem(SVFS) as described in the RFC.

RFC: Interface user provided vector functions with the vectorizer.

      

[http://lists.llvm.org/pipermail/llvm-dev/2019-June/133484.html]

This patch also contains changes as suggested in the previous review.
[https://reviews.llvm.org/D64095]


Repository:
  rL LLVM

https://reviews.llvm.org/D66024

Files:
  llvm/include/llvm/Analysis/SearchVectorFunctionSystem.h
  llvm/lib/Analysis/CMakeLists.txt
  llvm/lib/Analysis/SearchVectorFunctionSystem.cpp
  llvm/unittests/Analysis/CMakeLists.txt
  llvm/unittests/Analysis/SearchVectorFunctionSystemTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66024.214419.patch
Type: text/x-patch
Size: 19162 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190809/ce8b3852/attachment.bin>


More information about the llvm-commits mailing list