Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)...
[oota-llvm.git] / test / Analysis / ScalarEvolution / trip-count10.ll
2013-05-31 Andrew TrickUnit test for SCEV fix r182989, PR16130.
2010-06-22 Dan GohmanAllow "exhaustive" trip count evaluation on phi nodes...
2010-06-19 Dan GohmanFix ScalarEvolution's "exhaustive" trip count evaluatio...
2010-02-19 Dan GohmanTeach ScalarEvolution how to compute a tripcount for...