This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4f82436e1dd Additional fixes for docs in addition to r322968. new 667e26447a8 [WebAssembly] Fix libcall signature lookup new 1f504230b98 [ARM] Fix perf regression in compare optimization. new 5dc05a9e894 [cmake] Include LLVM_LIBXML2_ENABLED in LLVMConfig.cmake, PR36006
The 3 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: cmake/modules/LLVMConfig.cmake.in | 2 + lib/Target/ARM/ARMBaseInstrInfo.cpp | 5 +- .../WebAssemblyRuntimeLibcallSignatures.cpp | 27 +++--- .../ARM/overflow-intrinsic-optimizations.ll | 32 ++++++ test/CodeGen/WebAssembly/libcalls.ll | 107 +++++++++++++++++++++ 5 files changed, 157 insertions(+), 16 deletions(-) create mode 100644 test/CodeGen/WebAssembly/libcalls.ll