This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b45bb28 [Hexagon] Generate extract instructions more aggressively new a918957 [ARM] Don't generate deprecated T1 STM. new f5d4310 Update AMDGPU test branch-relaxation.ll for changes after pos [...] new 24efa5d [WebAssembly] Convert the remaining unit tests to the new was [...]
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/ARM/ARMLoadStoreOptimizer.cpp | 7 +- lib/Target/WebAssembly/README.txt | 16 ++ .../WebAssembly/WebAssemblyExplicitLocals.cpp | 12 ++ test/CodeGen/AMDGPU/branch-relaxation.ll | 18 +-- test/CodeGen/Thumb/stm-deprecated.ll | 19 +++ test/CodeGen/WebAssembly/address-offsets.ll | 4 +- test/CodeGen/WebAssembly/byval.ll | 25 ++- test/CodeGen/WebAssembly/cfg-stackify.ll | 8 +- test/CodeGen/WebAssembly/conv.ll | 4 +- test/CodeGen/WebAssembly/cpus.ll | 16 +- test/CodeGen/WebAssembly/dbgvalue.ll | 2 +- test/CodeGen/WebAssembly/fast-isel.ll | 3 +- test/CodeGen/WebAssembly/frem.ll | 4 +- test/CodeGen/WebAssembly/func.ll | 6 +- test/CodeGen/WebAssembly/function-bitcasts.ll | 19 +-- test/CodeGen/WebAssembly/global.ll | 54 +++++-- .../WebAssembly/i32-load-store-alignment.ll | 4 +- .../WebAssembly/i64-load-store-alignment.ll | 4 +- test/CodeGen/WebAssembly/inline-asm.ll | 5 +- test/CodeGen/WebAssembly/irreducible-cfg.ll | 4 +- test/CodeGen/WebAssembly/legalize.ll | 4 +- test/CodeGen/WebAssembly/load-ext.ll | 4 +- test/CodeGen/WebAssembly/load-store-i1.ll | 4 +- test/CodeGen/WebAssembly/mem-intrinsics.ll | 4 +- test/CodeGen/WebAssembly/memory-addr32.ll | 4 +- test/CodeGen/WebAssembly/offset.ll | 4 +- test/CodeGen/WebAssembly/phi.ll | 4 +- test/CodeGen/WebAssembly/reg-stackify.ll | 8 +- test/CodeGen/WebAssembly/return-int32.ll | 8 +- test/CodeGen/WebAssembly/return-void.ll | 6 +- test/CodeGen/WebAssembly/returned.ll | 4 +- test/CodeGen/WebAssembly/select.ll | 6 +- test/CodeGen/WebAssembly/signext-zeroext.ll | 4 +- test/CodeGen/WebAssembly/simd-arith.ll | 10 +- test/CodeGen/WebAssembly/store-trunc.ll | 4 +- .../WebAssembly/unsupported-function-bitcasts.ll | 7 +- test/CodeGen/WebAssembly/unused-argument.ll | 4 +- test/CodeGen/WebAssembly/userstack.ll | 173 ++++++++++----------- test/CodeGen/WebAssembly/varargs.ll | 11 +- test/CodeGen/WebAssembly/vtable.ll | 13 +- test/DebugInfo/WebAssembly/dbg-declare.ll | 6 +- 41 files changed, 288 insertions(+), 238 deletions(-) create mode 100644 test/CodeGen/Thumb/stm-deprecated.ll