[PATCH] D52760: [SimplifyCFG] Change recursive calls to llvm::SimplifyCFG to instead use an outer while loop to revisit.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 3 10:38:08 PDT 2018


craig.topper updated this revision to Diff 168133.
craig.topper retitled this revision from "[SimplifyCFG] Change recursive calls to llvm::SimplifyCFG to instead call the "run" function on the SimplifyCFGOpt object" to "[SimplifyCFG] Change recursive calls to llvm::SimplifyCFG to instead use an outer while loop to revisit.".
craig.topper edited the summary of this revision.

https://reviews.llvm.org/D52760

Files:
  lib/Transforms/Utils/SimplifyCFG.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52760.168133.patch
Type: text/x-patch
Size: 10706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181003/6fb9d15b/attachment.bin>


More information about the llvm-commits mailing list