summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/ScalarEvolution/unreachable-code.ll
AgeCommit message (Expand)Author
2022-06-27[SCEV] Use SCEVUnknown(poison) instead of SCEVUnknown(undef).Florian Hahn
2021-09-02[test][NewPM] Remove RUN lines using -analyzeArthur Eubanks
2020-07-16[SCEV] Fix ScalarEvolution tests under NPMArthur Eubanks
2019-02-04[SCEV] Do not bother creating separate SCEVUnknown for unreachable nodesMax Kazantsev
2010-03-09Avoid analyzing instructions in blocks not reachable from the entry block.Dan Gohman