Skip to content
Commit b8710b59 authored by Tobias Grosser's avatar Tobias Grosser
Browse files

ScopDetect: Use getPointerBase to get the base pointer

Previously we allowed in access functions only a single SCEVUnknown, which later
became the base address. We now use getPointerBase() to derive the base address
and all remaining unknowns are handled as parameters. This allows us to handle
cases like A[b+c];

llvm-svn: 144278
parent 931ee8e7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment