[PATCH] D98135: [OpenMP][InstrProfiling] Fix a missing instr profiling counter
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 10 11:04:28 PST 2021
ABataev added a comment.
There is a problem. We actually do not emit `S` here directly, instead, we use `CodeGen` lambdas, which may not be equal to `S`, in some cases `S` is `nullptr` here. It may result in not quite accurate results.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98135/new/
https://reviews.llvm.org/D98135
More information about the cfe-commits
mailing list