[PATCH] D46324: [BranchFolding] Allow hoisting to block with a single conditional branch.

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 12 07:11:11 PDT 2018


kparzysz added a comment.

One thought I had was: if there is a block with only an unconditional branch, should we fold it away first?  That is, redirect any branches to that block to the target of the branch?


Repository:
  rL LLVM

https://reviews.llvm.org/D46324





More information about the llvm-commits mailing list