[FIX] Do not try to hoist memory intrinsic
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>
Thu, 17 Nov 2016 22:11:56 +0000 (22:11 +0000)
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>
Thu, 17 Nov 2016 22:11:56 +0000 (22:11 +0000)
commitc97654681e652f2d1acfe6f8e1d22214ef20d8de
treefc298fec5d56c6f80b9278d6d7e6cae5687aa41b
parentb3265a3612dda464eba451be1243f869bcbc039d
[FIX] Do not try to hoist memory intrinsic

Since we do not necessarily treat memory intrinsics as non-affine
anymore, we have to check for them explicitly before we try to hoist an
access.

llvm-svn: 287270
polly/include/polly/ScopInfo.h
polly/lib/Analysis/ScopInfo.cpp