aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/switch-bt.ll
AgeCommit message (Expand)Author
2012-04-16Flip the new block-placement pass to be on by default.Chandler Carruth
2011-07-14Don't emit a bit test if there is only one case the test can yield false. A s...Benjamin Kramer
2011-01-06Avoid zero extend bit test operands to pointer type if all the masks fit inEvan Cheng
2010-06-24Optimize the "bit test" code path for switch lowering in theDan Gohman