This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 29ec93c [X86][SSE] Speed up constant pool shuffle mask decoding with [...] new 4f7ea50 [DAG] recognize div/rem by 0 as undef before trying constant folding
The 1 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/DAGCombiner.cpp | 22 +-- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 + test/CodeGen/X86/div-rem-simplify.ll | 78 +++++++++++ test/CodeGen/X86/pr30693.ll | 213 ------------------------------ 4 files changed, 95 insertions(+), 224 deletions(-) delete mode 100644 test/CodeGen/X86/pr30693.ll