[PATCH] D131026: stop llvm-reduce's ReduceBasicBlocks delta pass from creating invalid IR

John Regehr via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 21:05:31 PDT 2022


regehr added a comment.

In D131026#3695477 <https://reviews.llvm.org/D131026#3695477>, @arsenm wrote:

> LGTM. I do think something is off about how the pass currently tries to auto-fold unconditional branches to successors. I was thinking there should be a separate control flow simplification to clean those up

hey I have written this and am just testing and cleaning it up!! hope to submit the patch for review soonish, I will take you in it :)


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

https://reviews.llvm.org/D131026



More information about the llvm-commits mailing list