[PATCH] D111611: [NFC] [LoopPeel] Change the way DT is updated for loop exits
Dmitry Makogon via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 14 02:54:29 PDT 2021
dmakogon updated this revision to Diff 379643.
dmakogon added a comment.
Moved `DTU.getDomTree` out of `assert`, now all further uses of DT (if it's present) will see the updated tree not only in debug mode
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111611/new/
https://reviews.llvm.org/D111611
Files:
llvm/lib/Transforms/Utils/LoopPeel.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111611.379643.patch
Type: text/x-patch
Size: 7275 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211014/8226676d/attachment.bin>
More information about the llvm-commits
mailing list