forked from OSchip/llvm-project
c328fe5af4
Summary: Previously, when allocating unspillable live ranges, we would never attempt to split. We would always bail out and try last ditch graph recoloring. This patch changes this by attempting to split all live intervals before performing recoloring. This fixes LLVM bug PR14879. I can't add test cases for any backends other than AVR because none of them have small enough register classes to trigger the bug. Reviewers: qcolombet Subscribers: MatzeB Differential Revision: https://reviews.llvm.org/D25070 llvm-svn: 283838 |
||
---|---|---|
.. | ||
high-pressure-on-ptrregs.ll | ||
large-return-size.ll | ||
lit.local.cfg | ||
smul-with-overflow.ll | ||
umul-with-overflow.ll |