mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Add predicate operand to NEON instructions. Fix lots (but not all) 80 col violations in ARMInstrNEON.td.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89542 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -81,8 +81,8 @@ bool NEONMoveFixPass::InsertMoves(MachineBasicBlock &MBB) {
|
||||
// afterwards
|
||||
// - The imp-defs / imp-uses are superregs only, we don't care about
|
||||
// them.
|
||||
BuildMI(MBB, *MI, MI->getDebugLoc(),
|
||||
TII->get(ARM::VMOVDneon), DestReg).addReg(SrcReg);
|
||||
AddDefaultPred(BuildMI(MBB, *MI, MI->getDebugLoc(),
|
||||
TII->get(ARM::VMOVDneon), DestReg).addReg(SrcReg));
|
||||
MBB.erase(MI);
|
||||
MachineBasicBlock::iterator I = prior(NextMII);
|
||||
MI = &*I;
|
||||
|
Reference in New Issue
Block a user