This should fix clang-native-arm-cortex-a9. Thanks Renato. llvm-svn: 171582
LCSSA PHIs may have undef values. The vectorizer updates values that are used by outside users such as PHIs. The bug happened because undefs are not loop values. This patch handles these PHIs. PR14725 llvm-svn: 171251