No new lits are added since addToFrontier is only used in MachineDominanceFrontier::addToFrontier.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
MachineDominanceFrontier::addToFrontier isn't used. I don't have downstream user of it either.
I notice this is probably a typo in DominanceFrontierBase::addToFrontier while investigating another issue.
Comment Actions
I guess if it's only downstream users we just have to trust it. It is suspicious that an "addTo" function was doing an erase