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

LoopVectorizer: Refactor the code that checks if it is safe to predicate blocks.

In this code we keep track of pointers that we are allowed to read from, if they are accessed by non-predicated blocks.
We use this list to allow vectorization of conditional loads in predicated blocks because we know that these addresses don't segfault.

llvm-svn: 185214
parent 66f82e68
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