[PATCH] D98135: [OpenMP][InstrProfiling] Fix a missing instr profiling counter

Vedant Kumar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 10 12:00:49 PST 2021


vsk added a comment.

In D98135#2615492 <https://reviews.llvm.org/D98135#2615492>, @MaskRay wrote:

> LG, but I hope an OpenMP expert can take a look. Perhaps @vsk can comment on where the tests should be improved (currently we hardly have any `@llvm.instrprof.increment` IR test for clang -fprofile-instr-generate).

This doesn't necessarily indicate a gap in test coverage. There are plenty of tests under clang/test/Profile that cover IR generation for profiling instrumentation.


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