[ScopBuilder] Split statements on encountering store instructions.
commit58526a38a6349b66e0d2bf9066cf86e1b8b89078
authorMichael Kruse <llvm@meinersbur.de>
Mon, 11 Dec 2017 12:51:24 +0000 (11 12:51 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Mon, 11 Dec 2017 12:51:24 +0000 (11 12:51 +0000)
treed9798289d7bcb4304072db6e2bc941b99cc90d48
parent410743c3b0052c0d74204845b62879d9e5dc66fa
[ScopBuilder] Split statements on encountering store instructions.

Introduce -polly-stmt-granularity=store option.

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

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@320360 91177308-0d34-0410-b5e6-96231b3b80d8
include/polly/ScopBuilder.h
lib/Analysis/ScopBuilder.cpp
test/ScopInfo/stmt_split_on_store.ll [new file with mode: 0644]