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

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 6 21:38:41 PST 2021


MaskRay added a comment.

I know nearly nothing about OpenMP..

You need a `%clang_cc1 -disable-llvm-passes` test to demonstrate the codegen change (`call void @llvm.instrprof.increment({{.*}})`). Oh, it is unfortunate that there isn't sufficient llvm.instrprof.increment test under clang/test


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