aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/CodeGenPrepare.cpp
diff options
context:
space:
mode:
authorDavid Green <david.green@arm.com>2024-02-08 11:07:33 +0000
committerGitHub <noreply@github.com>2024-02-08 11:07:33 +0000
commit878234b3202c9fe343cd59c71b50c4c4c5dc1b8c (patch)
tree1537e269f0151902c2a3f3b4a78d413b6a25f903 /llvm/lib/CodeGen/CodeGenPrepare.cpp
parentfaa2f9658a0cd276f3415fad2676f8d90df51268 (diff)
downloadllvm-878234b3202c9fe343cd59c71b50c4c4c5dc1b8c.zip
llvm-878234b3202c9fe343cd59c71b50c4c4c5dc1b8c.tar.gz
llvm-878234b3202c9fe343cd59c71b50c4c4c5dc1b8c.tar.bz2
[BasicAA] Scalable offset with scalable typesize. (#80818)
This patch adds a simple alias analysis check for accesses that are scalable with a offset between them that is also trivially scalable (there are no other constant/variable offsets). We essentially divide each side by vscale and are left needing to check that the offset >= typesize.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
0 files changed, 0 insertions, 0 deletions