[WebAssembly] Don't perform the returned-argument optimization on constants.
[oota-llvm.git] / test / CodeGen / Generic / switch-lower-feature.ll
2010-02-09 Chris Lattnermerge two tests, make target independent.
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2008-06-10 Matthijs KooijmanFix some more quoting issues in RUN lines, this time...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-04-16 Reid SpencerFor PR1319:
2007-04-09 Anton KorobeynikovNext stage into switch lowering refactoring
2007-04-04 Anton KorobeynikovProperly emit range comparisons for switch cases, where...
2007-03-25 Anton KorobeynikovAdd "feature" testcase for new switch lowering code