llvm-project/polly/lib
Tobias Grosser e2622c2acc TempScopInfo: Microoptimize constant conditions
Use 0 >= 1 instead of 0 != 0 to represent 'false'. This might be slightly more
efficient as isl may create a union of sets for 0 != 0, whereas this is never
needed for the expression 0 >= 1.

Contributed-by: Alexandre Isoard <alexandre.isoard@gmail.com>
llvm-svn: 190384
2013-09-10 04:47:19 +00:00
..
Analysis TempScopInfo: Microoptimize constant conditions 2013-09-10 04:47:19 +00:00
CodeGen [CodeGen] Fixup assert fails caused by incorrect LoopInfo update 2013-09-02 16:13:00 +00:00
Exchange
JSON
Support
CMakeLists.txt
CodePreparation.cpp
DeadCodeElimination.cpp
IndVarSimplify.cpp
IndependentBlocks.cpp
Makefile
MayAliasSet.cpp
Pluto.cpp
Pocc.cpp
RegisterPasses.cpp
ScheduleOptimizer.cpp