This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 65236ec Preserve the debug location when CodeGenPrepare sinks a compa [...] new a5e77a0 [WebAssembly] Remove the output operand from stores. new d8d953e [WebAssembly] Remove loop's bottom label.
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: .../InstPrinter/WebAssemblyInstPrinter.cpp | 9 +--- .../MCTargetDesc/WebAssemblyMCTargetDesc.h | 9 ++-- lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp | 33 +++++------- lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 11 +--- .../WebAssembly/WebAssemblyFrameLowering.cpp | 3 +- lib/Target/WebAssembly/WebAssemblyInstrMemory.td | 58 ++++++++++---------- lib/Target/WebAssembly/WebAssemblyPeephole.cpp | 19 ------- lib/Target/WebAssembly/WebAssemblyRegisterInfo.cpp | 7 +-- .../WebAssembly/WebAssemblySetP2AlignOperands.cpp | 45 +++++++++------- test/CodeGen/WebAssembly/address-offsets.ll | 48 ++++++++--------- test/CodeGen/WebAssembly/byval.ll | 16 +++--- test/CodeGen/WebAssembly/cfg-stackify.ll | 52 +++++++++++------- test/CodeGen/WebAssembly/fast-isel-noreg.ll | 2 +- .../WebAssembly/i32-load-store-alignment.ll | 20 +++---- .../WebAssembly/i64-load-store-alignment.ll | 30 +++++------ test/CodeGen/WebAssembly/inline-asm.ll | 4 +- test/CodeGen/WebAssembly/load-store-i1.ll | 4 +- test/CodeGen/WebAssembly/negative-base-reg.ll | 2 +- test/CodeGen/WebAssembly/offset.ll | 50 ++++++++--------- test/CodeGen/WebAssembly/reg-stackify.ll | 8 +-- test/CodeGen/WebAssembly/store-trunc.ll | 10 ++-- test/CodeGen/WebAssembly/store.ll | 8 +-- test/CodeGen/WebAssembly/userstack.ll | 62 +++++++++++----------- test/CodeGen/WebAssembly/varargs.ll | 10 ++-- 24 files changed, 250 insertions(+), 270 deletions(-)