This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1bee20881ff [InstCombine] Simplify @llvm.usub.with.overflow+non-zero ch [...] new 6e2c7c7033b [SVFS] Vector Function ABI demangling.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/VectorUtils.h | 111 ++++++ lib/Analysis/CMakeLists.txt | 1 + lib/Analysis/VFABIDemangling.cpp | 418 ++++++++++++++++++++ tools/vfabi-demangle-fuzzer/CMakeLists.txt | 7 + .../vfabi-demangler-fuzzer.cpp | 26 ++ unittests/Analysis/CMakeLists.txt | 1 + unittests/Analysis/VectorFunctionABITest.cpp | 439 +++++++++++++++++++++ 7 files changed, 1003 insertions(+) create mode 100644 lib/Analysis/VFABIDemangling.cpp create mode 100644 tools/vfabi-demangle-fuzzer/CMakeLists.txt create mode 100644 tools/vfabi-demangle-fuzzer/vfabi-demangler-fuzzer.cpp create mode 100644 unittests/Analysis/VectorFunctionABITest.cpp