[PATCH] D70688: [PGO] Add Value Profiling for Loop Trip Count (WIP)

wael yehia via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 25 11:04:23 PST 2019


w2yehia created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

Repository:
  rL LLVM

https://reviews.llvm.org/D70688

Files:
  compiler-rt/include/profile/InstrProfData.inc
  compiler-rt/test/profile/instrprof-looptc.c
  llvm/include/llvm/Analysis/LoopInfo.h
  llvm/include/llvm/ProfileData/InstrProf.h
  llvm/include/llvm/ProfileData/InstrProfData.inc
  llvm/lib/Analysis/LoopInfo.cpp
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/ProfileData/InstrProf.cpp
  llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  llvm/lib/Transforms/Instrumentation/ValueProfileCollector.cpp
  llvm/lib/Transforms/Instrumentation/ValueProfileCollector.h
  llvm/lib/Transforms/Instrumentation/ValueProfilePlugins.inc
  llvm/lib/Transforms/Utils/LLVMBuild.txt
  llvm/lib/Transforms/Utils/LoopUtils.cpp
  llvm/test/Instrumentation/InstrProfiling/PR23499.ll
  llvm/test/Instrumentation/InstrProfiling/icall.ll
  llvm/test/Transforms/PGOProfile/Inputs/looptc.proftext
  llvm/test/Transforms/PGOProfile/comdat_internal.ll
  llvm/test/Transforms/PGOProfile/looptc.ll
  llvm/test/Transforms/PGOProfile/memcpy.ll
  llvm/test/Transforms/PGOProfile/select1.ll
  llvm/test/tools/llvm-profdata/raw-64-bits-be.test
  llvm/test/tools/llvm-profdata/raw-64-bits-le.test
  llvm/test/tools/llvm-profdata/raw-two-profiles.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70688.230940.patch
Type: text/x-patch
Size: 51932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191125/444a4408/attachment.bin>


More information about the llvm-commits mailing list