summaryrefslogtreecommitdiffstats
path: root/clang/utils/modfuzz.py
diff options
context:
space:
mode:
authorChijun Sima <simachijun@gmail.com>2018-08-03 05:08:17 +0000
committerChijun Sima <simachijun@gmail.com>2018-08-03 05:08:17 +0000
commit21a8b605a1b3672384c7b14804f0288e1778fa36 (patch)
tree3aefc70f737300a73f3c84859dfc91896c55f0a4 /clang/utils/modfuzz.py
parentd092d0b17989f22bc595ac5be55a6939aa46de02 (diff)
downloadbcm5719-llvm-21a8b605a1b3672384c7b14804f0288e1778fa36.tar.gz
bcm5719-llvm-21a8b605a1b3672384c7b14804f0288e1778fa36.zip
[Dominators] Convert existing passes and utils to use the DomTreeUpdater class
Summary: This patch is the second in a series of patches related to the [[ http://lists.llvm.org/pipermail/llvm-dev/2018-June/123883.html | RFC - A new dominator tree updater for LLVM ]]. It converts passes (e.g. adce/jump-threading) and various functions which currently accept DDT in local.cpp and BasicBlockUtils.cpp to use the new DomTreeUpdater class. These converted functions in utils can accept DomTreeUpdater with either UpdateStrategy and can deal with both DT and PDT held by the DomTreeUpdater. Reviewers: brzycki, kuhar, dmgreen, grosser, davide Reviewed By: brzycki Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D48967 llvm-svn: 338814
Diffstat (limited to 'clang/utils/modfuzz.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud