summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/promote-i16.ll
AgeCommit message (Expand)Author
2016-07-09VirtRegMap: Replace some identity copies with KILL instructions.Matthias Braun
2016-02-18Add more triples after r261235Hans Wennborg
2016-02-08[X86] Don't zero/sign-extend i1, i8, or i16 return values to 32 bits (PR22532)Hans Wennborg
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2011-06-16Commit the right set of tests for r133124. Sorry 'bout that!Nick Lewycky
2011-06-16Add a DAGCombine for (ext (binop (load x), cst)).Nick Lewycky
2011-04-14As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling
2011-04-14Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling
2010-04-28Enable i16 to i32 promotion by default.Evan Cheng