[PATCH] D66024: [SVFS] Vector Function ABI name demangler.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 09:26:22 PDT 2019
fpetrogalli updated this revision to Diff 220124.
fpetrogalli added a comment.
I have split the implementation of `VFShape` into `VFShape` and `VFInfo`, as agreed.
I have also found a couple of bugs thanks to the fuzzer (that was a great suggestion @lebedev.ri !). I have added the correspondent unit tests to prevent regressions. The bugs were around invalid mangled name strings and the parsing of the `align` token.
Regards,
Francesco
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66024/new/
https://reviews.llvm.org/D66024
Files:
llvm/include/llvm/Analysis/VectorUtils.h
llvm/lib/Analysis/CMakeLists.txt
llvm/lib/Analysis/VFABIDemangling.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.220124.patch
Type: text/x-patch
Size: 40154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190913/f9e1c115/attachment.bin>
More information about the llvm-commits
mailing list