[PATCH] D148584: [FS-AFDO] Load pseudo probe profile on MIR
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 10 09:56:53 PDT 2023
wenlei added inline comments.
================
Comment at: llvm/test/Transforms/SampleProfile/pseudo-probe-profile-mismatch.ll:235
!62 = !DILocation(line: 16, column: 19, scope: !63)
-!63 = !DILexicalBlockFile(scope: !58, file: !3, discriminator: 2)
+!63 = !DILexicalBlockFile(scope: !58, file: !3, discriminator: 0)
!64 = !DILocation(line: 16, column: 21, scope: !63)
----------------
what change caused these discriminator diffs? I thought only the first patch in the stack could affect this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148584/new/
https://reviews.llvm.org/D148584
More information about the llvm-commits
mailing list