[PATCH] D104870: [SimplifyCFG] Tail-merging all blocks with `unreachable` terminator

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 24 12:29:39 PDT 2021


arsenm added a comment.

Yes, AMDGPU has to deal with this anyway. We have the AMDGPUUnifyDivergentExitNodes patch which essentially does the same thing to merge unreachables


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104870



More information about the llvm-commits mailing list