[X86] Add test cases for missed opportunity to use a byte test instruction...
[X86] Add test cases for missed opportunity to use a byte test instruction instead of an xor with 0 in parity patterns. If the input to the ctpop fits in 8 bits, we can use the parity flag from a TEST instruction, but we're currently XORing with 0.
Loading
Please sign in to comment