[PATCH] MemoryDependenceAnalysis always depends on DominatorTree

Nick Lewycky nlewycky at google.com
Thu Apr 4 13:04:21 PDT 2013


No. The test for DT->isReachableFromEntry(I->getBB()) is to ensure that the
code that follows it is safe. Just because you don't have a DT available
doesn't mean that the code in the if-body is safe.


On 4 April 2013 12:55, Matt Arsenault <Matthew.Arsenault at amd.com> wrote:

>
>   OK to commit in its current form?
>
> http://llvm-reviews.chandlerc.com/D583
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130404/80ce7d5d/attachment.html>


More information about the llvm-commits mailing list