This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8b70926d838 Fix std::min ambiguity between uint32 and size_t. new a671f7f9d2b Fix libcall expansion creating DAG nodes with invalid type [...] new 4065b5e3989 [IR] Use CmpInst::isIntPredicate()/isFPPredicate in some as [...]
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: include/llvm/IR/Instructions.h | 6 ++---- include/llvm/Target/TargetLowering.h | 8 ++++++++ lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 20 ++++++++------------ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 17 +++++++++++++++++ test/CodeGen/WebAssembly/umulo-i64.ll | 21 +++++++++++++++++++++ 5 files changed, 56 insertions(+), 16 deletions(-) create mode 100644 test/CodeGen/WebAssembly/umulo-i64.ll