Implement: test/Regression/Transforms/SimplifyCFG/switch_create.ll
This turns code like this: if (X == 4 | X == 7) and if (X != 4 & X != 7) into switch instructions. llvm-svn: 11792
Loading
Please register or sign in to comment
This turns code like this: if (X == 4 | X == 7) and if (X != 4 & X != 7) into switch instructions. llvm-svn: 11792