aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/switch-or.ll
AgeCommit message (Expand)Author
2010-11-22Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization.Benjamin Kramer