[PATCH] D57316: [LoopSimplifyCFG] Use DT.update instead of DTU

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 6 00:05:57 PST 2019


mkazantsev updated this revision to Diff 185493.
mkazantsev retitled this revision from "[LoopSimplifyCFG] Work around bug in DTU by using lazy strategy" to "[LoopSimplifyCFG] Use DT.update instead of DTU".
mkazantsev edited the summary of this revision.
mkazantsev added a comment.

I've given up using DTU, now the updates are applied directly.


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

https://reviews.llvm.org/D57316

Files:
  lib/Transforms/Scalar/LoopSimplifyCFG.cpp
  test/Transforms/LoopSimplifyCFG/constant-fold-branch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57316.185493.patch
Type: text/x-patch
Size: 8554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190206/19526879/attachment.bin>


More information about the llvm-commits mailing list