This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6fbc0600513 [InstCombine] add tests for fsub --> fadd; NFC new 13c09234d66 [WebAssembly] Allow for the creation of user-defined custom [...] new 4736168ad53 [InstCombine] use pattern matchers for fsub --> fadd folds
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/MC/WasmObjectWriter.cpp | 44 +++++++++++++++++++++++- lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 23 ++++++++++++- lib/Transforms/InstCombine/InstCombineAddSub.cpp | 13 ++++--- test/CodeGen/WebAssembly/custom-sections.ll | 20 +++++++++++ test/MC/WebAssembly/custom-sections.ll | 23 +++++++++++++ test/Transforms/InstCombine/fsub.ll | 5 ++- 6 files changed, 119 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/WebAssembly/custom-sections.ll create mode 100644 test/MC/WebAssembly/custom-sections.ll