This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 28dd6dcb26b [BDCE] Fix typo in test; NFC new 978b6cf21d4 [ThinLTO] Scan all variants of vague symbol for reachability. new 34ec2185536 [WebAssembly] made assembler parse block_type new b349d9e5375 [X86] Add test cases to show that we fail to fold loads int [...] new b7b739409d5 [X86] Add load folding support to the custom isel we do for [...]
The 4 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: .../WebAssembly/AsmParser/WebAssemblyAsmParser.cpp | 63 ++- .../Disassembler/WebAssemblyDisassembler.cpp | 9 +- .../InstPrinter/WebAssemblyInstPrinter.cpp | 2 + .../MCTargetDesc/WebAssemblyMCTargetDesc.h | 3 +- lib/Target/X86/X86ISelDAGToDAG.cpp | 70 +++- lib/Transforms/IPO/FunctionImport.cpp | 11 +- test/CodeGen/X86/umul-with-overflow.ll | 5 +- test/CodeGen/X86/xmulo.ll | 441 ++++++++++++++++++++- test/MC/Disassembler/WebAssembly/wasm.txt | 6 +- test/MC/WebAssembly/basic-assembly.s | 42 +- test/ThinLTO/X86/Inputs/deadstrip.ll | 5 + test/ThinLTO/X86/deadstrip.ll | 35 +- 12 files changed, 622 insertions(+), 70 deletions(-)