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

LoopVectorize: Fix a bug in the scalarization of instructions.

Before if-conversion we could check if a value is loop invariant
if it was declared inside the basic block. Now that loops have
multiple blocks this check is incorrect.

This fixes External/SPEC/CINT95/099_go/099_go

llvm-svn: 170756
parent a0b15171
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