[PATCH] D36107: [PostDom] document the current handling of infinite loops and unreachables
Jakub Kuderski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 1 07:25:59 PDT 2017
kuhar accepted this revision.
kuhar added a comment.
This revision is now accepted and ready to land.
Two nitpicks, looks good otherwise.
================
Comment at: unittests/IR/DominatorTreeTest.cpp:453
+//
+// As C now becomes backwards unreachable, it is not anymore part of the
+// PDT. We also verify this property.
----------------
reverse-unreachable
================
Comment at: unittests/IR/DominatorTreeTest.cpp:540
+//
+// As C now becomes backwards unreachable, it is not anymore part of the
+// PDT. We also verify this property.
----------------
reverse -unreachable
https://reviews.llvm.org/D36107
More information about the llvm-commits
mailing list