This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 669e5cb88da CodeView symbol dumper: use symbolic names for registers new 50b210a97a6 Update getMergedLocation to check the instruction type and [...] new 03048ddd782 [InstCombine] add icmp (lshr X, C1), C2 test; NFC
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/IR/DebugInfoMetadata.h | 12 +++++++---- include/llvm/IR/Instruction.h | 15 +++++++++++++ lib/IR/DebugInfo.cpp | 23 ++++++++++++++++++++ lib/Transforms/IPO/FunctionImport.cpp | 4 ++++ lib/Transforms/InstCombine/InstCombineInternal.h | 4 ++-- .../InstCombine/InstCombineLoadStoreAlloca.cpp | 3 +-- lib/Transforms/InstCombine/InstCombinePHI.cpp | 25 +++++++++++----------- lib/Transforms/Utils/SimplifyCFG.cpp | 25 ++++++++++------------ test/Transforms/InstCombine/icmp-shr.ll | 15 +++++++++++++ test/Transforms/SimplifyCFG/remove-debug.ll | 22 +++++++++++-------- 10 files changed, 105 insertions(+), 43 deletions(-)