It's not safe to remove SUBREG_TO_REG that looks like identity copies, e.g....
It's not safe to remove SUBREG_TO_REG that looks like identity copies, e.g. movl %eax, %eax on x86-64 actually does a zero-extend. llvm-svn: 52421
Loading
Please register or sign in to comment