This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 05321d30b5e AArch64: legalize G_EXTRACT operations. new 3a8fe655a52 [WebAssembly] Add more support for weak symbols new faf416b5ae6 [LV] Changing the interface of ValueMap, NFC.
The 2 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/Transforms/Vectorize/LoopVectorize.cpp | 579 +++++++++++++++-------------- test/MC/WebAssembly/weak-alias.ll | 33 ++ test/MC/WebAssembly/weak.ll | 34 ++ test/tools/llvm-readobj/symbols.test | 4 + tools/llvm-readobj/WasmDumper.cpp | 1 + 5 files changed, 365 insertions(+), 286 deletions(-) create mode 100644 test/MC/WebAssembly/weak-alias.ll create mode 100644 test/MC/WebAssembly/weak.ll