mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 05:22:04 +00:00
Spill DPair registers, not just QPR.
The arm_neon intrinsics can create virtual registers from the DPair register class which allows both even-odd and odd-even D-register pairs. This fixes PR12389. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153603 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -569,6 +569,7 @@ static int ARMFlagFromOpName(LiteralConstantEmitter *type,
|
||||
REG("DPR");
|
||||
REG("DPR_VFP2");
|
||||
REG("DPR_8");
|
||||
REG("DPair");
|
||||
REG("SPR");
|
||||
REG("QPR");
|
||||
REG("QQPR");
|
||||
|
||||
Reference in New Issue
Block a user