diff options
author | David Green <david.green@arm.com> | 2024-02-08 11:07:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-08 11:07:33 +0000 |
commit | 878234b3202c9fe343cd59c71b50c4c4c5dc1b8c (patch) | |
tree | 1537e269f0151902c2a3f3b4a78d413b6a25f903 /llvm/lib/CodeGen/CodeGenPrepare.cpp | |
parent | faa2f9658a0cd276f3415fad2676f8d90df51268 (diff) | |
download | llvm-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