Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / promote-i16.ll
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2011-06-16 Nick LewyckyCommit the right set of tests for r133124. Sorry 'bout...
2011-06-16 Nick LewyckyAdd a DAGCombine for (ext (binop (load x), cst)).
2011-04-14 Bill WendlingAs Dan pointed out, movzbl, movsbl, and friends are...
2011-04-14 Bill WendlingHave the X86 back-end emit the alias instead of what...
2010-04-28 Evan ChengEnable i16 to i32 promotion by default.