summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/JitBlue/DevDiv_487702
AgeCommit message (Collapse)AuthorFilesLines
2017-09-06Fix VSO 487701 and 487702.Pat Gavlin1-0/+1
Both of these issues stem from attempting to unassign a copied interval from the copied-to register and then reassigning the interval to the same. This corrupts some of the bookkeeping necessary to track whether or not the interval in the register needs to be spilled, and the RA ends up attempting to spill the interval being allocated even though it is not assigned a register.
2017-09-06Add tests for VSO 487701 and 487702.Pat Gavlin2-0/+151