Commit a0266a51 authored by Christian Ulmann's avatar Christian Ulmann
Browse files

[MLIR][LLVM][SROA] Avoid splitting dynamically indexed allocas

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.
parent 63897a59
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment