This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e3f6227d569 Recommit : Use the basic cost if a GEP is not used as addre [...] new 7afcace1cd8 [TargetTransformInfo] Check if function pointer is valid be [...] new 2ba1670f7b9 Recommit r314561 after fixing msan build failure
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/Analysis/TargetTransformInfoImpl.h | 4 +- lib/Transforms/InstCombine/InstCombineInternal.h | 4 + lib/Transforms/InstCombine/InstCombinePHI.cpp | 230 +++++++++++++++++++++++ test/Analysis/CostModel/X86/costmodel.ll | 4 + test/Transforms/InstCombine/intptr1.ll | 181 ++++++++++++++++++ test/Transforms/InstCombine/intptr2.ll | 37 ++++ test/Transforms/InstCombine/intptr3.ll | 37 ++++ test/Transforms/InstCombine/intptr4.ll | 47 +++++ 8 files changed, 543 insertions(+), 1 deletion(-) create mode 100644 test/Transforms/InstCombine/intptr1.ll create mode 100644 test/Transforms/InstCombine/intptr2.ll create mode 100644 test/Transforms/InstCombine/intptr3.ll create mode 100644 test/Transforms/InstCombine/intptr4.ll