Skip to content
Commit fe88c671 authored by Nadav Rotem's avatar Nadav Rotem
Browse files

Fix a bug in the vectorization of wide load/store operations.

We used a SCEV to detect that A[X] is consecutive. We assumed that X was
the induction variable. But X can be any expression that uses the induction
for example: X = i + 2;

llvm-svn: 166388
parent c1679a95
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