[PATCH] D124490: [InstrProf] Minimal Block Coverage
Ellis Hoag via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 11:11:58 PST 2023
ellis updated this revision to Diff 490914.
ellis added a comment.
Rebase, use the `std::optional()` API, and initialize region counters for cover instructions as well as increment instructions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124490/new/
https://reviews.llvm.org/D124490
Files:
compiler-rt/test/profile/instrprof-entry-coverage.c
llvm/include/llvm/Transforms/Instrumentation/BlockCoverageInference.h
llvm/lib/Transforms/Instrumentation/BlockCoverageInference.cpp
llvm/lib/Transforms/Instrumentation/CMakeLists.txt
llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
llvm/test/Transforms/PGOProfile/coverage.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124490.490914.patch
Type: text/x-patch
Size: 44215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230120/738de66f/attachment.bin>
More information about the llvm-commits
mailing list