"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "38740a98b2702ee8cf894969b505183e1af70da3"
Fix a XOR reassociation bug.
When Reassociator optimize "(x | C1)" ^ "(X & C2)", it may swap the two subexpressions, however, it forgot to swap cached constants (of C1 and C2) accordingly. rdar://13739160 llvm-svn: 180676
Loading
Please register or sign in to comment