summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/ScalarEvolution/sle.ll
AgeCommit message (Expand)Author
2024-03-06[SCEV] Print predicate backedge count only if new information availablePhilip Reames
2024-03-06[SCEV] Include type when printing constant max backedge taken countPhilip Reames
2024-03-05[SCEV] Migrate some tests to be autogeneratedPhilip Reames
2022-12-15[SCEV] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-11-24[SCEV] Rename max backedge-taken count -> constant max backedge taken-count i...Max Kazantsev
2021-09-02[test][NewPM] Remove RUN lines using -analyzeArthur Eubanks
2020-07-16[SCEV] Fix ScalarEvolution tests under NPMArthur Eubanks
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2010-04-24ScalarEvolution support for <= and >= loops.Dan Gohman