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