
Try to transform XOR(A, B+C) in to XOR(A,C) + B where XOR(A,C) is part of base for memory operations. This transformation can map these Xors in to better addressing mode and eventually decompose them in to geps.
Try to transform XOR(A, B+C) in to XOR(A,C) + B where XOR(A,C) is part of base for memory operations. This transformation can map these Xors in to better addressing mode and eventually decompose them in to geps.