Try turning icmp(bitcast(x), bitcast(y)) into icmp(bitcast(bitcast(x)), y) in
the hopes that the two bitcasts will merge. llvm-svn: 82371
Loading
Please register or sign in to comment
the hopes that the two bitcasts will merge. llvm-svn: 82371