aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/switch-bt.ll
Commit message (Expand)AuthorAgeFilesLines
* Flip the new block-placement pass to be on by default.Chandler Carruth2012-04-161-6/+6
* Don't emit a bit test if there is only one case the test can yield false. A s...Benjamin Kramer2011-07-141-0/+20
* Avoid zero extend bit test operands to pointer type if all the masks fit inEvan Cheng2011-01-061-0/+30
* Optimize the "bit test" code path for switch lowering in theDan Gohman2010-06-241-0/+51