summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/LoopAccessAnalysis/nullptr.ll
AgeCommit message (Expand)Author
2022-12-16[LAA] Convert tests to opaque pointers (NFC)Nikita Popov
2022-08-26[LAA] Rename printing pass to print<access-info>.Florian Hahn
2022-02-04[test] Remove unnecessary require<> in LoopAccessAnalysis testsArthur Eubanks
2021-09-02[test][NewPM] Remove RUN lines using -analyzeArthur Eubanks
2020-09-15[LoopAccessAnalysis][NewPM] Fix tests to work under NPMArthur Eubanks
2020-07-30[NFC] GetUnderlyingObject -> getUnderlyingObjectVitaly Buka
2016-07-07[PM] Avoid getResult on a higher level in LoopAccessAnalysisSean Silva
2016-07-02[PM] Port LoopAccessInfo analysis to new PMXinliang David Li
2015-11-05Fix LoopAccessAnalysis when potentially nullptr check are involvedMehdi Amini