[PATCH] D74382: [CloneFunction] Update loop headers after cloning all blocks in loop.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 21 12:08:14 PST 2020


Meinersbur accepted this revision.
Meinersbur added a comment.
This revision is now accepted and ready to land.

Sorry, I was assuming that `getBlocks()` follows the order in the read input files (so I did not understand why it would not be testable), but it is probably an order derived from the DFS traversal.

LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74382





More information about the llvm-commits mailing list