This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ca5092a11a0 Avoid int to string conversion in Twine or raw_ostream contexts. new 8e02a4b93a9 Fix tests after move to utohexstr. new de740eaa769 Revert r321377, it causes regression to https://reviews.llv [...]
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/TargetTransformInfo.h | 7 - include/llvm/Analysis/TargetTransformInfoImpl.h | 2 - include/llvm/CodeGen/BasicTTIImpl.h | 4 - lib/Analysis/TargetTransformInfo.cpp | 4 - lib/Transforms/Utils/SimplifyCFG.cpp | 179 ---------------- test/Analysis/DemandedBits/basic.ll | 6 +- test/Analysis/DemandedBits/intrinsics.ll | 12 +- ...anch_instruction_and_target_split_perf_nops.mir | 2 +- test/MC/ARM/branch-disassemble.s | 4 +- test/Transforms/SimplifyCFG/X86/if-conversion.ll | 231 --------------------- test/tools/llvm-cov/cov-comdat.test | 2 +- test/tools/llvm-objdump/X86/hex-displacement.test | 2 +- tools/llvm-readobj/COFFDumper.cpp | 2 +- 13 files changed, 15 insertions(+), 442 deletions(-) delete mode 100644 test/Transforms/SimplifyCFG/X86/if-conversion.ll