This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a1057f0 [X86][SSE] Generalise target shuffle combine of shuffles usin [...] new edd3a2f [x86] update checks new 0f5a9cf AliasAnalysis: unify getModRefInfo(I, CS) semantics with othe [...] new bd10da1 [Sink] Don't move calls to readonly functions across stores
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/Analysis/AliasAnalysis.cpp | 2 +- lib/Transforms/Scalar/Sink.cpp | 8 ++- test/CodeGen/X86/shift-pcmp.ll | 45 +++++++++++------ test/Transforms/Sink/call.ll | 112 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 149 insertions(+), 18 deletions(-) create mode 100644 test/Transforms/Sink/call.ll