[PATCH] D109294: [Inline] Remove dead users before checking if function has one use (PR51667)
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 10 13:53:13 PDT 2021
lebedev.ri added a comment.
Passing-by remark: i really don't see why would any analysis depend on *dead* constant use.
If they do, they sound really fragile. The obvious fix for them is to actually signal that;
i believe there was some VH-like thing for that?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109294/new/
https://reviews.llvm.org/D109294
More information about the llvm-commits
mailing list