InstCombine: sub nsw %x, C -> add nsw %x, -C if C isn't INT_MIN
We can preserve nsw during this transform if -C won't overflow. llvm-svn: 216269
Loading
Please sign in to comment
We can preserve nsw during this transform if -C won't overflow. llvm-svn: 216269