summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/2014-02-05-vfp-regs-after-stack.ll
Commit message (Collapse)AuthorAgeFilesLines
* LLVM-1163: AAPCS-VFP violation when CPRC allocated to stackOliver Stannard2014-02-071-0/+22
According to the AAPCS, when a CPRC is allocated to the stack, all other VFP registers should be marked as unavailable. I have also modified the rules for allocating non-CPRCs to the stack, to make it more explicit that all GPRs must be made unavailable. I cannot think of a case where the old version would produce incorrect answers, so there is no test for this. llvm-svn: 200970
OpenPOWER on IntegriCloud