mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
set the def of the VLD1q64 properly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88873 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ac57410a56
commit
6cb6788b79
@ -740,8 +740,7 @@ loadRegFromStackSlot(MachineBasicBlock &MBB, MachineBasicBlock::iterator I,
|
||||
// FIXME: Neon instructions should support predicates
|
||||
if (Align >= 16
|
||||
&& (getRegisterInfo().needsStackRealignment(MF))) {
|
||||
BuildMI(MBB, I, DL, get(ARM::VLD1q64))
|
||||
.addReg(DestReg)
|
||||
BuildMI(MBB, I, DL, get(ARM::VLD1q64), DestReg)
|
||||
.addFrameIndex(FI).addImm(0).addImm(0).addImm(128).addMemOperand(MMO);
|
||||
} else {
|
||||
BuildMI(MBB, I, DL, get(ARM::VLDRQ), DestReg).addFrameIndex(FI).addImm(0).
|
||||
|
Loading…
x
Reference in New Issue
Block a user