This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d59827d Model ashr(shl(x, n), m) as mul(x, 2^(n-m)) when n > m new 5d2b264 [X86] Fix Stale SDNode use in X86ISelDAGtoDAG
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/Target/X86/X86ISelDAGToDAG.cpp | 4 +- test/CodeGen/X86/pr32329.ll | 126 +++++++++++++++++++++++++++++++++++++ 2 files changed, 128 insertions(+), 2 deletions(-) create mode 100644 test/CodeGen/X86/pr32329.ll