This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1ef6a945eb9 [DAGCombiner] Use SDValue::getConstantOperandVal helper whe [...] new 5c072c64103 [SelectionDAG] Recognise splat vector isKnownToBeAPowerOfTw [...] new 055a715ed69 [SimplifyLibCalls] Fix infinite loop with fast-math optimization.
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 +- lib/Transforms/Utils/SimplifyLibCalls.cpp | 18 +++++ test/CodeGen/X86/combine-udiv.ll | 47 +++++++++++ test/CodeGen/X86/combine-urem.ll | 93 ++++++++++++++++++++++ .../Transforms/Util/libcalls-fast-math-inf-loop.ll | 60 ++++++++++++++ 5 files changed, 220 insertions(+), 2 deletions(-) create mode 100644 test/Transforms/Util/libcalls-fast-math-inf-loop.ll