[PATCH] D108455: Replacing recursion by cycle in file "as", removing the deprecated option.

Dmitry Bakunevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 20 03:11:20 PDT 2021


dbakunevich created this revision.
dbakunevich added a reviewer: apilipenko.
Herald added a subscriber: hiraditya.
dbakunevich requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

These changes are intended to replace recursion with a loop in "dominatesMergePoint". After the replacement, the deprecated option remained, which was also removed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108455

Files:
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108455.367751.patch
Type: text/x-patch
Size: 5868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210820/50fb0345/attachment.bin>


More information about the llvm-commits mailing list