summaryrefslogtreecommitdiff
path: root/llvm/test/Analysis/BasicAA/vscale.ll
AgeCommit message (Expand)Author
2024-02-12[BasicAA] Treat different VScale intrinsics as the same value. (#81152)David Green
2024-02-12[BasicAA] Check for Overflow using vscale_range (#81144)David Green
2024-02-10[BasicAA] Add extra onevscale test for multiple dependent geps that lose the ...David Green
2024-02-09[BasicAA] Fix Scale check in vscale aliasing. (#81174)David Green
2024-02-08[BasicAA] Scalable offset with scalable typesize. (#80818)David Green
2024-02-08[BasicAA] More vscale tests. NFCDavid Green
2024-02-05[BasicAA] Handle scalable type sizes with constant offsets (#80445)David Green
2024-02-05[Analysis] Convert tests to opaque pointers (NFC)Nikita Popov
2024-02-03[BasicAA] Add extra scalable typesize and offset tests. NFCDavid Green
2022-12-16[BasicAA] Convert tests to opaque pointers (NFC)Nikita Popov
2022-03-16[AAEval] Make compatible with opaque pointersNikita Popov
2022-03-08[test] Use new PM for -aa-eval testsArthur Eubanks
2021-10-14[BasicAA] Improve scalable vector handlingNikita Popov
2020-06-26[NewPM][BasicAA] basicaa -> basic-aa in Analysis/BasicAAArthur Eubanks
2020-04-10[BasicAA] Fix aliasGEP/DecomposeGEPExpression for scalable type.Huihui Zhang