[X86] Add test cases for turning (and (shl X, C1), C2) into (shl (and X, (C1...
[X86] Add test cases for turning (and (shl X, C1), C2) into (shl (and X, (C1 >> C2), C2) when the AND could match to a movzx. We already reorder when C1 >> C2 would allow a smaller immediate encoding. llvm-svn: 358736
Loading
Please sign in to comment