Don't coalesce a physical register with an incompatible virtual register.
If the physical register does not belong to the virtual register's regclass, don't coalesce. The physical register could be an invalid operand for an instruction using the vreg. The regclass matching is done after determining the actual subregisters being copied. llvm-svn: 70298
Loading
Please register or sign in to comment