Eliminate switch cases that can never match, for example removes all
[oota-llvm.git] / test / Transforms / CorrelatedValuePropagation / basic.ll
2012-03-09 Duncan SandsEliminate switch cases that can never match, for exampl...
2010-10-29 Owen AndersonUpdate testcase since we're no longer doing the constan...
2010-09-03 Owen AndersonPropagate non-local comparisons. Fixes PR1757.
2010-09-03 Owen AndersonAdd support for simplifying a load from a computed...
2010-09-03 Owen AndersonAdd PR number to test.
2010-08-31 Owen AndersonRename test directory to reflect new pass name.