This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 44847b2e983 Disable gcov instrumentation of functions using funclet-bas [...] new a0af046f398 [FileCheck] regexp doc update/fix new e9712285e9e Revert r314923: "Recommit : Use the basic cost if a GEP is [...] new 138989f0161 [InstCombine] add tests for boolean extend + add; NFC
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: docs/CommandGuide/FileCheck.rst | 11 +++--- 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 +- test/Transforms/InstCombine/zext-bool-add-sub.ll | 32 +++++++++++++++ .../Transforms/SimplifyCFG/SpeculativeExecGepCE.ll | 28 ------------- 12 files changed, 48 insertions(+), 144 deletions(-) delete mode 100644 test/Transforms/SimplifyCFG/SpeculativeExecGepCE.ll