Add a rule to transform x .op. (x .op. y) into y .op. (x .op. x) for...
Add a rule to transform x .op. (x .op. y) into y .op. (x .op. x) for commutative nodes. This finally "fixes" codegen/lea.c and might be usefull for and,or,xor as well. [r26980]
Please register or sign in to comment