This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c1447a19117 [WebAssembly] Method order change in LateEHPrepare (NFC) new 421f4e7b6ab [WebAssembly] Make rethrow take an except_ref type argument
The 1 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: include/llvm/IR/IntrinsicsWebAssembly.td | 2 +- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 14 ++++++ lib/CodeGen/WasmEHPrepare.cpp | 55 ++++++++++------------ lib/IR/Verifier.cpp | 3 +- lib/Target/WebAssembly/WebAssemblyInstrControl.td | 8 +++- .../WebAssembly/WebAssemblyLateEHPrepare.cpp | 19 ++++++-- test/CodeGen/WebAssembly/cfg-stackify-eh.ll | 22 ++++----- test/CodeGen/WebAssembly/exception.ll | 25 ++++------ test/CodeGen/WebAssembly/wasmehprepare.ll | 39 ++------------- 9 files changed, 85 insertions(+), 102 deletions(-)