<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
================<br>
Comment at: lib/Transforms/Scalar/PDSE.<wbr>cpp:920<br>
+    if (!PDT.getRootNode()) {<br>
<span class="">+      DEBUG(dbgs() << "FIXME: ran into the PDT bug. nothing we can do.\n");<br>
+      return false;<br>
</span>----------------<br>
Can you please describe the `PDT` bug? I'm not really familiar with it (or I call it with another name :)<br>
<div class="HOEnZb"><div class="h5"><br></div></div></blockquote><div><br></div><div>This is because the postdominator tree is *badly* broken in a myriad of ways.</div><div><br></div><div>It's possible to hit this particular issue in a number of ways.</div><div><br></div><div>In practice, we are going to have to fix post-dominators before we ever turn on this pass.</div><div><br></div></div></div></div>