Fix Memory Access of failing tests.
commit4ee6b4373e52eb3186f4b075b8b632b31c645c0b
authorMichael Kruse <llvm@meinersbur.de>
Fri, 1 Sep 2017 11:36:52 +0000 (1 11:36 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Fri, 1 Sep 2017 11:36:52 +0000 (1 11:36 +0000)
tree1f6d7a3f6c2361c1c822e0559c2df43efe0d0346
parent719a9e07be2a2de20c999448f831b72cc4da5681
Fix Memory Access of failing tests.

Mark scalar dependences for different statements belonging to same BB
as 'Inter'.

Contributed-by: Nandini Singhal <cs15mtech01004@iith.ac.in>
Differential Revision: https://reviews.llvm.org/D37147

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@312324 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScopInfo.cpp
lib/Support/VirtualInstruction.cpp
test/ScopInfo/stmt_split_no_after_split.ll [new file with mode: 0644]
test/ScopInfo/stmt_split_scalar_dependence.ll [new file with mode: 0644]