[PATCH] D83852: [llvm-profdata] Implement llvm-profdata overlap for sample profiles

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 8 15:18:53 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/test/tools/llvm-profdata/sample-overlap.test:1
+; RUN: llvm-profdata overlap --sample %S/Inputs/sample-overlap-0.proftext %S/Inputs/sample-overlap-0.proftext | FileCheck %s --check-prefix=OVERLAP0  --match-full-lines --strict-whitespace
+; OVERLAP0:Program level:
----------------
You may consider a new test utility `split-file`, which can group multiple auxiliary files. D83834


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83852/new/

https://reviews.llvm.org/D83852



More information about the llvm-commits mailing list