Revert "[LoopAccesses] Allow analysis to complete in the presence of uniform stores"
authorAdam Nemet <anemet@apple.com>
Wed, 8 Apr 2015 04:16:55 +0000 (04:16 +0000)
committerAdam Nemet <anemet@apple.com>
Wed, 8 Apr 2015 04:16:55 +0000 (04:16 +0000)
commitb343d1cd8560c9ba67c32eee30609641428f110a
treec4b93ae6a908777342de355ebadd93c2f6a5f1d8
parent34354ecc302e73d9c744c7d38dc764b082537cc8
Revert "[LoopAccesses] Allow analysis to complete in the presence of uniform stores"

This reverts commit r234361.

It caused PR23157.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234387 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/LoopAccessAnalysis.h
lib/Analysis/LoopAccessAnalysis.cpp
lib/Transforms/Vectorize/LoopVectorize.cpp
test/Analysis/LoopAccessAnalysis/store-to-invariant-check1.ll [deleted file]
test/Analysis/LoopAccessAnalysis/store-to-invariant-check2.ll [deleted file]