This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e9759ddbdc5 [Tablegen][MCInstPredicate] Removed redundant template argu [...] new 95688ee84cf [WebAssembly] SIMD extract_lane new addd2704187 [MS Demangler] Fix some minor formatting bugs.
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/Demangle/MicrosoftDemangle.cpp | 12 +-- lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 64 ++++++++++- test/CodeGen/WebAssembly/simd.ll | 142 +++++++++++++++++++++++++ test/Demangle/ms-back-references.test | 2 - test/Demangle/ms-mangle.test | 18 ++-- test/Demangle/ms-return-qualifiers.test | 6 +- 6 files changed, 221 insertions(+), 23 deletions(-) create mode 100644 test/CodeGen/WebAssembly/simd.ll