[ScopBuilder] Introduce -polly-stmt-granularity option. NFC.
commit5a61a8ad549e6a54e416eabe48fce467f9a38b2d
authorMichael Kruse <llvm@meinersbur.de>
Wed, 4 Oct 2017 12:18:57 +0000 (4 12:18 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Wed, 4 Oct 2017 12:18:57 +0000 (4 12:18 +0000)
treede714202b1ff2731b0e12d546891111a9a18cb17
parentbb0d829764570a8a4ce2e72318d5cf0d9aeb2bcc
[ScopBuilder] Introduce -polly-stmt-granularity option. NFC.

The option is introduced with only one possible value
-polly-stmt-granularity=bb which represents the current behaviour, which
is outlined into the new function buildSequentialBlockStmts().

More options will be added in future commits.

git-svn-id: https://llvm.org/svn/llvm-project/polly/trunk@314900 91177308-0d34-0410-b5e6-96231b3b80d8
include/polly/ScopBuilder.h
lib/Analysis/ScopBuilder.cpp