The bitcast case is not needed here: instcombine turns icmp(bitcast(x), null)...
The bitcast case is not needed here: instcombine turns icmp(bitcast(x), null) -> icmp(x, null) already. llvm-svn: 82935
Loading
Please register or sign in to comment