[X86] Enable reassociation for ADD instructions
ADD is an associative and commutative operation, so we can do reassociation for it. Differential Revision: https://reviews.llvm.org/D136396
parent
e5d9e802
Please register or sign in to comment
ADD is an associative and commutative operation, so we can do reassociation for it. Differential Revision: https://reviews.llvm.org/D136396