summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/JitBlue/DevDiv_541653
AgeCommit message (Collapse)AuthorFilesLines
2018-02-22Handle a restored double Interval at block boundaryCarol Eidt2-0/+111
During the process of freeing registers that are no longer live at the start of a new block, we may restore a 'previousInterval'. If that is a double (and the freed interval was float), we need to skip the next float.