This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2b97eb2f5ca [asan] Fix instruction emission ordering with dynamic shadow. new 9e858424030 Reduce variable scope by moving declaration into if clause new fc1d1341ab5 PointerLikeTypeTraits: class->struct & remove the base definition new 3cc2bfae49f [InstCombine] narrow rotate left/right patterns to eliminat [...]
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: include/llvm/ADT/PointerEmbeddedInt.h | 5 +- include/llvm/ADT/PointerIntPair.h | 3 +- include/llvm/ADT/PointerUnion.h | 9 +- include/llvm/Support/PointerLikeTypeTraits.h | 21 ++-- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 16 +-- lib/Transforms/InstCombine/InstCombineCasts.cpp | 73 +++++++++++++- lib/Transforms/InstCombine/InstCombineInternal.h | 1 + test/Transforms/InstCombine/rotate.ll | 123 +++++++++++++++++++++++ 8 files changed, 216 insertions(+), 35 deletions(-) create mode 100644 test/Transforms/InstCombine/rotate.ll