"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "60955d42bd2b32946151183f29b3b8611a482ae7"
[NFC][InstCombine] Some tests for sub-of-negatible pattern
As we have previously estabilished, `sub` is an outcast, and should be considered non-canonical iff it can be converted to `add`. It can be converted to `add` if it's second operand can be negated. So far we mostly only do that for constants and negation itself, but we should be more through. llvm-svn: 373597
Loading
Please register or sign in to comment