Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization.
This currently only catches the most basic case, a two-case switch, but can be extended later. llvm-svn: 119964
Loading
Please register or sign in to comment
This currently only catches the most basic case, a two-case switch, but can be extended later. llvm-svn: 119964