VirtRegRewriter checks for early clobbers before it reuses an available stack
slot. Teach it to also check for early clobbered aliases, and early clobber operands following the current operand. This fixes the miscompilation in PR8044 where EC registers eax and ecx were being used for inputs. llvm-svn: 112988
Loading
Please register or sign in to comment