This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9f2abf5c52f Revert D38481 due to missing cmake check for CPU_COUNT new e3f6227d569 Recommit : Use the basic cost if a GEP is not used as addre [...]
The 1 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/TargetTransformInfo.h | 19 +++++++-- include/llvm/Analysis/TargetTransformInfoImpl.h | 38 ++++++++++++++++-- include/llvm/CodeGen/BasicTTIImpl.h | 5 +++ include/llvm/IR/Operator.h | 2 + lib/Analysis/TargetTransformInfo.cpp | 5 +++ lib/Transforms/Scalar/NaryReassociate.cpp | 2 +- .../Scalar/StraightLineStrengthReduce.cpp | 2 +- test/Analysis/CostModel/AArch64/gep.ll | 46 ++++++++++++++++++++++ test/Analysis/CostModel/X86/vector_gep.ll | 2 +- .../Transforms/SimplifyCFG/SpeculativeExecGepCE.ll | 28 +++++++++++++ 10 files changed, 139 insertions(+), 10 deletions(-) create mode 100644 test/Transforms/SimplifyCFG/SpeculativeExecGepCE.ll