Introduce PollyIRBuilder
PollyIRBuilder is currently just a typedef to IRBuilder<>. Consequently, this change should not affect behavior. In subsequent patches we will extend its functionality to emit loop.parallel metadata. llvm-svn: 202853
Showing
- polly/include/polly/CodeGen/BlockGenerators.h 6 additions, 6 deletionspolly/include/polly/CodeGen/BlockGenerators.h
- polly/include/polly/CodeGen/IRBuilder.h 23 additions, 0 deletionspolly/include/polly/CodeGen/IRBuilder.h
- polly/include/polly/CodeGen/LoopGenerators.h 4 additions, 4 deletionspolly/include/polly/CodeGen/LoopGenerators.h
- polly/lib/CodeGen/BlockGenerators.cpp 4 additions, 4 deletionspolly/lib/CodeGen/BlockGenerators.cpp
- polly/lib/CodeGen/CodeGeneration.cpp 7 additions, 7 deletionspolly/lib/CodeGen/CodeGeneration.cpp
- polly/lib/CodeGen/IslCodeGeneration.cpp 8 additions, 8 deletionspolly/lib/CodeGen/IslCodeGeneration.cpp
- polly/lib/CodeGen/LoopGenerators.cpp 1 addition, 1 deletionpolly/lib/CodeGen/LoopGenerators.cpp
- polly/lib/CodeGen/PTXGenerator.cpp 1 addition, 1 deletionpolly/lib/CodeGen/PTXGenerator.cpp
- polly/lib/CodeGen/Utils.cpp 2 additions, 2 deletionspolly/lib/CodeGen/Utils.cpp
Loading
Please register or sign in to comment