[PATCH] D125766: [llvm-reduce] improve bb removal

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 09:35:56 PDT 2022


arsenm added a comment.

If you blindly scan forward, you're going to run into blocks that have phis that are now missing an input for the new predecessor


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125766



More information about the llvm-commits mailing list