diff options
author | Christian Ulmann <christianulmann@gmail.com> | 2024-03-19 17:18:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 17:18:28 +0100 |
commit | 252e2551eab9b59f7dcbf8bb79a1432884d546e4 (patch) | |
tree | f479de5abf2ad66fa422b655d6cb6abcf989cd3a /llvm/lib/CodeGen | |
parent | 081a66ffacfe85a37ff775addafcf3371e967328 (diff) | |
download | llvm-252e2551eab9b59f7dcbf8bb79a1432884d546e4.zip llvm-252e2551eab9b59f7dcbf8bb79a1432884d546e4.tar.gz llvm-252e2551eab9b59f7dcbf8bb79a1432884d546e4.tar.bz2 |
[MLIR][LLVM][SROA] Avoid splitting dynamically indexed allocas (#85758)
This commit ensures that SROA does no longer attempt to split allocas
that are indexed into dynamically. Dynamic indices into arrays are
allowed to be negative or out-of-bounds, when the alloca containing the
array has memory backing these produced indices.
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions