This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 94eb72df457 Bring back r323297. new 1fceaab0288 [TTI CostModel] change default cost of FP ops to 1 (PR36280) new b64767750ba [CodeGen] Refactor AppleAccelTable
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/CodeGen/AccelTable.h | 338 +++++++----------- include/llvm/CodeGen/BasicTTIImpl.h | 10 +- lib/CodeGen/AsmPrinter/AccelTable.cpp | 383 +++++++++++++-------- lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 6 +- lib/CodeGen/AsmPrinter/DwarfDebug.h | 8 +- test/Analysis/CostModel/X86/arith-fp.ll | 324 ++++++++--------- test/Analysis/CostModel/X86/intrinsic-cost.ll | 4 +- test/Analysis/CostModel/X86/reduction.ll | 8 +- .../LoopVectorize/X86/imprecise-through-phis.ll | 45 +-- test/Transforms/SLPVectorizer/AArch64/remarks.ll | 2 +- test/Transforms/SLPVectorizer/X86/PR36280.ll | 19 +- test/Transforms/SLPVectorizer/X86/cse.ll | 21 +- test/Transforms/SLPVectorizer/X86/horizontal.ll | 148 ++++---- test/Transforms/SLPVectorizer/X86/reorder_phi.ll | 59 ++-- test/Transforms/SLPVectorizer/X86/simplebb.ll | 12 +- tools/dsymutil/DwarfLinker.cpp | 37 +- 16 files changed, 689 insertions(+), 735 deletions(-)