[PATCH] D80691: Proposed fix for PR46114

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 12:08:52 PDT 2020


davide added a comment.

There are a bunch of places where we have this pattern:
`salvageKnowledge(); salvageDI(); eraseFromParent()`.

I wonder whether we can consolidate this -- because there are probably other latent bugs in EarlyCSE [from visual inspection].


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80691





More information about the llvm-commits mailing list