This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 54c04412a70 Revert "Followup for r329293: Temporarily disable the break [...] new 5c6d787053e [DAGCombiner] Fold (zext (and/or/xor (shl/shr (load x), cst [...]
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 | 78 ++++++++++++++++ test/CodeGen/AArch64/zext-logic-shift-load.ll | 14 +++ test/CodeGen/ARM/zext-logic-shift-load.ll | 17 ++++ test/CodeGen/X86/zext-logicop-shift-load.ll | 122 ++++++++++++++++++++++++++ 4 files changed, 231 insertions(+) create mode 100644 test/CodeGen/AArch64/zext-logic-shift-load.ll create mode 100644 test/CodeGen/ARM/zext-logic-shift-load.ll create mode 100644 test/CodeGen/X86/zext-logicop-shift-load.ll