[PATCH] D155252: [PseudoProbe] Remove unnecessary asserts about non-zero discriminator.
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 13 19:14:35 PDT 2023
wenlei added a comment.
In general if the effort to make sure probe has zero discriminator is too much, it makes sense to just rely on discriminator clean up instead during FS discriminator assignment for probes. I'm curious though what exposed this case? IIRC, we didn't hit this assert for a while now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155252/new/
https://reviews.llvm.org/D155252
More information about the llvm-commits
mailing list