[PATCH] D29029: Update domtree incrementally in loop peeling.

Michael Kuperstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 23 13:58:54 PST 2017


mkuper added inline comments.


================
Comment at: lib/Transforms/Utils/LoopUnrollPeel.cpp:384
+#ifndef NDEBUG
+      if (VerifyDomInfo)
+        DT->verifyDomTree();
----------------
mkuper wrote:
> Can you decouple this from D29028?
> I'd suggest just doing this under UnrollVerifyDomtree for now.
I see Michael Z approved D29028, so feel free to ignore this.


https://reviews.llvm.org/D29029





More information about the llvm-commits mailing list