The local register allocator has to spill dirty callee saved registers before a
call that might throw. The landing pad assumes that all registers are in stack slots. We used to spill those dirty CSRs after the call, and the stack slots would be wrong when arriving at the landing pad. llvm-svn: 102770
Loading
Please register or sign in to comment