Don't refuse to transform constexpr(call(arg, ...)) to call(constexpr(arg), ...)...
[oota-llvm.git] / test / Bitcode / select.ll
2013-12-31 Nick LewyckyFold vector selects with undef elements in the conditio...
2013-09-12 Joe AbbeyPatch provide by Tom Roeder!