aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/switch-bt.ll
Commit message (Expand)AuthorAgeFilesLines
* 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