aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pr3366.ll
AgeCommit message (Expand)Author
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
2011-03-11Roll r127459 back in:Cameron Zwarich
2011-03-11Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar
2011-03-11Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-01-21Fix a recent regression. ClrOpcode is not set for i8; for i8, ifDan Gohman