This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e5935fd52f3 [LICM&MSSA] Limit store hoisting. new 30806aba1e3 [SelectionDAGBuilder] Add restrictions to EmitFuncArgumentDbgValue new a054687ab14 [InstCombine] Fix matchRotate bug when one operand is a Con [...]
The 2 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: include/llvm/CodeGen/FunctionLoweringInfo.h | 5 + lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp | 1 + lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 71 +++++++++ lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 10 +- test/DebugInfo/X86/dbg-value-funcarg.ll | 165 +++++++++++++++++++++ test/DebugInfo/X86/dbg-value-funcarg2.ll | 128 ++++++++++++++++ test/Transforms/InstCombine/rotate.ll | 14 ++ 7 files changed, 391 insertions(+), 3 deletions(-) create mode 100644 test/DebugInfo/X86/dbg-value-funcarg.ll create mode 100644 test/DebugInfo/X86/dbg-value-funcarg2.ll