This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c6e4e5f Fix bug 30945- [AVX512] Failure to flip vector comparison to [...] new ddae161 [DAGCombiner] Try to use SelectionDAG::isKnownToBeAPowerOfTwo [...]
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 | 75 +++++++++------ lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 18 +++- test/CodeGen/X86/combine-sdiv.ll | 47 +++++----- test/CodeGen/X86/combine-srem.ll | 28 +----- test/CodeGen/X86/combine-udiv.ll | 147 +++++++++++------------------- test/CodeGen/X86/combine-urem.ll | 103 +++------------------ test/CodeGen/X86/urem-power-of-two.ll | 13 ++- 7 files changed, 163 insertions(+), 268 deletions(-)