forked from OSchip/llvm-project
25184fe925
Cast instruction do not have side effects and can consequently be part of a scop. We special cased them earlier, as they may be problematic within array subscripts or loop bounds. However, the scalar evolution validator already checks for them such that there is no need to also check the instructions within the basic blocks. Checking them is actually overly conservative as the precence of casts may invalidate a scop, even though scalar evolution is not influenced by it. llvm-svn: 160261 |
||
---|---|---|
.. | ||
Analysis | ||
CodeGen | ||
Exchange | ||
JSON | ||
Support | ||
CMakeLists.txt | ||
CodePreparation.cpp | ||
DeadCodeElimination.cpp | ||
IndVarSimplify.cpp | ||
IndependentBlocks.cpp | ||
Makefile | ||
MayAliasSet.cpp | ||
Pocc.cpp | ||
RegionSimplify.cpp | ||
RegisterPasses.cpp | ||
ScheduleOptimizer.cpp |