summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/LoopAccessAnalysis/wrapping-pointer-versioning.ll
AgeCommit message (Expand)Author
2025-01-14LAA: regen a test with UTC (NFC) (#122748)Ramkumar Ramachandra
2024-12-20[SCEV] Update changed test after df8efbdbb.Florian Hahn
2024-12-20[SCEV] Remove existing predicates implied by newly added ones. (#118185)Florian Hahn
2024-11-05[LAA] Don't require Stride == 1/-1 for inbounds pointer AddRecs nowrap. (#113...Florian Hahn
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
2021-06-21Split a test for ease of auto updatePhilip Reames
2021-04-19[SCEVExpander] Expand explicit PtrToInt casts just like we would implicit onesRoman Lebedev
2021-04-19[SCEVExpander] generateOverflowCheck(): explicitly PtrToInt the StartRoman Lebedev
2020-11-13[SCEV] Fix nsw flags for GEP expressionsNikita Popov
2020-10-25[SCEV] Strenthen nowrap flags after constant folding for mul exprsNikita Popov
2020-09-15[LoopAccessAnalysis][NewPM] Fix tests to work under NPMArthur Eubanks
2020-06-26[BasicAA] Rename deprecated -basicaa to -basic-aaFangrui Song
2019-07-07Revert "[IRBuilder] Fold consistently for or/and whether constant is LHS or RHS"Petr Hosek
2019-07-06[IRBuilder] Fold consistently for or/and whether constant is LHS or RHSPhilip Reames
2018-07-26[SCEV] Don't expand Wrap predicate using inttoptr in ni addrspacesKeno Fischer
2018-07-13Re-apply "[SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428)."Tim Shen
2018-07-06Revert "[SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428)."Tim Shen
2018-07-02[SCEV] Strengthen StrengthenNoWrapFlags (reapply r334428).Tim Shen
2018-06-19Revert "[SCEV] Add nuw/nsw to mul ops in StrengthenNoWrapFlags"Sanjoy Das
2018-06-14[SCEV] Simplify zext/trunc idiom that appears when handling bitmasks.Justin Lebar
2018-06-11[SCEV] Add nuw/nsw to mul ops in StrengthenNoWrapFlags where safe.Justin Lebar
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
2016-04-25[SCEV] Improve the run-time checking of the NoWrap predicateSilviu Baranga
2016-04-14[SCEV][LAA] Add tests for SCEV expression transformations performed during LAASilviu Baranga
2016-02-08[SCEV][LAA] Re-commit r260085 and r260086, this time with a fix for the memorySilviu Baranga
2016-02-08Revert r260086 and r260085. They have broken the memorySilviu Baranga
2016-02-08[LoopVersioning] Don't assert when there are no memchecksSilviu Baranga
2016-02-08[SCEV][LAA] Add no wrap SCEV predicates and use use them to improve strided p...Silviu Baranga