[PATCH] D75865: Introduce unify-loop-exits pass.

Sameer Sahasrabuddhe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 14 03:10:46 PDT 2020


sameerds marked 3 inline comments as done and an inline comment as not done.
sameerds added inline comments.


================
Comment at: llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h:367
 
+/// Given a set of incoming and outgoing blocks, create a "hub" such that every
+/// edge from an incoming block In to an outgoing block Out is now split into
----------------
madhur13490 wrote:
> A better word may "Sink"?
Not really. "Sink" would imply an end of a flow as opposed to "Source". This really is a hub where unrelated control flow paths are made to converge and then fanout again.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75865





More information about the llvm-commits mailing list