summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/switch-or.ll
Commit message (Expand)AuthorAge
* Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization.Benjamin Kramer2010-11-22