[DeLICM] Add pass boilerplate code.
authorMichael Kruse <llvm@meinersbur.de>
Tue, 29 Nov 2016 16:41:21 +0000 (16:41 +0000)
committerMichael Kruse <llvm@meinersbur.de>
Tue, 29 Nov 2016 16:41:21 +0000 (16:41 +0000)
commit36e79ecaec8e95674c30256111ca8c5376e7d3ba
tree52256574ab22359b007d1c9c5ee631f36bc73389
parent393982ef0cde8d655a5ef36792e28efd300a172f
[DeLICM] Add pass boilerplate code.

Add an empty DeLICM pass, without any functional parts.

Extracting the boilerplate from the the functional part reduces the size of the
code to review (https://reviews.llvm.org/D24716)

Suggested-by: Tobias Grosser <tobias@grosser.es>
llvm-svn: 288160
polly/include/polly/DeLICM.h [new file with mode: 0644]
polly/include/polly/LinkAllPasses.h
polly/lib/CMakeLists.txt
polly/lib/Support/RegisterPasses.cpp
polly/lib/Transform/DeLICM.cpp [new file with mode: 0644]
polly/test/DeLICM/pass_existance.ll [new file with mode: 0644]