[PATCH] D66024: [SVFS] Vector Function ABI name demangler.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 5 15:23:24 PDT 2019
fpetrogalli updated this revision to Diff 218994.
fpetrogalli added a comment.
I have updated the code according to the last round of reviews. I have removed pieces of code that were not needed anymore for testing.
The parser now is split from the VFParameter class (the old ParamType class).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66024/new/
https://reviews.llvm.org/D66024
Files:
llvm/include/llvm/Analysis/SearchVectorFunctionSystem.h
llvm/lib/Analysis/CMakeLists.txt
llvm/lib/Analysis/SearchVectorFunctionSystem.cpp
llvm/tools/vfabi-demangle-fuzzer/CMakeLists.txt
llvm/tools/vfabi-demangle-fuzzer/vfabi-demangler-fuzzer.cpp
llvm/unittests/Analysis/CMakeLists.txt
llvm/unittests/Analysis/VectorFunctionABITest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66024.218994.patch
Type: text/x-patch
Size: 25590 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190905/d3daf2eb/attachment-0001.bin>
More information about the llvm-commits
mailing list