[PATCH] D110081: [llvm-profgen] Filter out invalid debug line

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 20 13:15:38 PDT 2021


hoy added inline comments.


================
Comment at: llvm/test/tools/llvm-profgen/cs-preinline.test:13
 
-; CHECK-DEFAULT:     [main:1 @ foo]:309:0
+; CHECK-DEFAULT:     [main:1 @ foo]:225:0
 ; CHECK-DEFAULT-NEXT: 2.1: 14
----------------
Wondering what is causing the total sample to change but the body samples stay the same? The lines filtered out should not have mapped to the same context previously?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110081



More information about the llvm-commits mailing list