InstCombine: Optimize x/INT_MIN to x==INT_MIN
The result of x/INT_MIN is either 0 or 1, we can just use an icmp instead. llvm-svn: 212167
Loading
Please sign in to comment
The result of x/INT_MIN is either 0 or 1, we can just use an icmp instead. llvm-svn: 212167