When a variable is killed and redifined in a basic block only one
killing instruction is tracked. This causes the LiveIntervals to create bogus intervals. The workaound is to add a range to the interval from the redefinition to the end of the basic block. llvm-svn: 10510
Loading
Please register or sign in to comment