summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/MemorySSA/pr43493.ll
Commit message (Collapse)AuthorAgeFilesLines
* [MemorySSA] Check for unreachable blocks when getting last definition.Alina Sbirlea2019-10-011-0/+27
If a single predecessor is found, still check if the block is unreachable. The test that found this had a self loop unreachable block. Resolves PR43493. llvm-svn: 373383
OpenPOWER on IntegriCloud