[PATCH] D95056: [CSSPGO] LTO option for pseudo probe

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 10:08:10 PST 2021


hoy marked 4 inline comments as done.
hoy added inline comments.


================
Comment at: lld/test/ELF/lto/pseudo-probe-lto.ll:32
+!1 = !DIFile(filename: "test.c", directory: "")
+!2 = !{}
+!4 = distinct !DISubprogram(name: "foo", scope: !1, file: !1, line: 2, type: !5, unit: !0, retainedNodes: !2)
----------------
MaskRay wrote:
> can some metadata be simplified?
Yes. I'll reduce unnecessary debug data. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95056



More information about the llvm-commits mailing list