This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 94ac7599811 [globalisel][legalizer] Fix a fallthrough case in the unitt [...] new c7224c2649a [SelectionDAG]: Ignore "returned" in the presence of an imp [...] new 6d276fdd078 [InstSimplify] (X * Y) / Y --> X for relaxed floating-point ops
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/PatternMatch.h | 14 ++++++++++ lib/Analysis/InstructionSimplify.cpp | 6 +++++ lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 6 +++-- test/CodeGen/WebAssembly/i128-returned.ll | 20 ++++++++++++++ test/Transforms/InstSimplify/fdiv.ll | 34 ++++++++++++++++++++++++ 5 files changed, 78 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/WebAssembly/i128-returned.ll