This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c5ffa24 [RDF] Only access block live-ins when tracking liveness new e2af082 [RDF] Skip undef uses when calculating kill flags new 2be1878 [WebAssembly] Define a table of function signatures for runti [...] new 29fec22 [LoopVectorize] Added address space check when analysing inte [...]
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: lib/Target/Hexagon/RDFLiveness.cpp | 2 +- lib/Target/WebAssembly/CMakeLists.txt | 1 + .../WebAssemblyRuntimeLibcallSignatures.cpp | 1306 ++++++++++++++++++++ .../WebAssemblyRuntimeLibcallSignatures.h | 38 + lib/Transforms/Vectorize/LoopVectorize.cpp | 33 +- test/Transforms/LoopVectorize/AArch64/pr31900.ll | 37 + 6 files changed, 1402 insertions(+), 15 deletions(-) create mode 100644 lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp create mode 100644 lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.h create mode 100644 test/Transforms/LoopVectorize/AArch64/pr31900.ll