<div dir="ltr">DeadInstEliminationPass is like DeadCodeEliminationPass but it only does one pass through a function instead of iterating on users of eliminated instructions.<br><div><br></div><div>The reason I'd like to remove this is because it isn't ported to the new pass manager, and it doesn't seem very useful when DeadCodeEliminationPass exists. It also doesn't have very many appearances in tests compared to DCE.</div><div><br></div><div>Removing in <a href="https://reviews.llvm.org/D87933">https://reviews.llvm.org/D87933</a><br></div><div><br></div><div>Any objections?</div></div>