[PATCH] D75865: Introduce unify-loop-exits pass.
Madhur Amilkanthwar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 11 01:36:00 PDT 2020
madhur13490 marked an inline comment as done.
madhur13490 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
----------------
A better word may "Sink"?
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