This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 44643c3bf23 [X86] Make sure we copy the HandleSDNode back to N before e [...] new f4c37ecc647 [X86] Add test cases for turning (and (shl X, C1), C2) into [...] new 9bb76189e69 [X86] Turn (and (shl X, C1), C2) into (shl (and X, (C1 >> C [...] new 52331e06039 [MergeFunc] Use less_first() as the comparator of Schwartzi [...]
The 3 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/Target/X86/X86ISelDAGToDAG.cpp | 3 ++ lib/Transforms/IPO/MergeFunctions.cpp | 7 +---- test/CodeGen/X86/narrow-shl-cst.ll | 57 +++++++++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 6 deletions(-)