forked from OSchip/llvm-project
0b6c613a10
Before this change we built the CFG such that it was only valid after code was fully generated. During code generation itself, it was often incomplete. After this change always maintain a valid CFG. This will later allow us to use the SCEVExpander during code generation. This is the first step to get rid of the independent blocks pass. llvm-svn: 150339 |
||
---|---|---|
.. | ||
Analysis | ||
Exchange | ||
JSON | ||
Support | ||
CMakeLists.txt | ||
Cloog.cpp | ||
CodeGeneration.cpp | ||
CodePreparation.cpp | ||
DeadCodeElimination.cpp | ||
IndependentBlocks.cpp | ||
Makefile | ||
MayAliasSet.cpp | ||
Pocc.cpp | ||
RegionSimplify.cpp | ||
RegisterPasses.cpp | ||
ScheduleOptimizer.cpp |