[PATCH] D48967: [Dominators] Convert existing passes and utils to use the DomTreeUpdater class

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 2 22:08:43 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL338814: [Dominators] Convert existing passes and utils to use the DomTreeUpdater class (authored by sima, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D48967?vs=158914&id=158917#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D48967

Files:
  llvm/trunk/include/llvm/Transforms/Scalar/JumpThreading.h
  llvm/trunk/include/llvm/Transforms/Utils/BasicBlockUtils.h
  llvm/trunk/include/llvm/Transforms/Utils/Local.h
  llvm/trunk/lib/Transforms/Scalar/ADCE.cpp
  llvm/trunk/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
  llvm/trunk/lib/Transforms/Scalar/GVN.cpp
  llvm/trunk/lib/Transforms/Scalar/JumpThreading.cpp
  llvm/trunk/lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  llvm/trunk/lib/Transforms/Scalar/RewriteStatepointsForGC.cpp
  llvm/trunk/lib/Transforms/Utils/BasicBlockUtils.cpp
  llvm/trunk/lib/Transforms/Utils/Local.cpp
  llvm/trunk/lib/Transforms/Utils/LoopRotationUtils.cpp
  llvm/trunk/lib/Transforms/Utils/LoopUtils.cpp
  llvm/trunk/unittests/Transforms/Utils/Local.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48967.158917.patch
Type: text/x-patch
Size: 64041 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180803/c823874f/attachment-0001.bin>


More information about the llvm-commits mailing list