diff options
Diffstat (limited to 'llvm/lib/CodeGen/ModuloSchedule.cpp')
-rw-r--r-- | llvm/lib/CodeGen/ModuloSchedule.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/ModuloSchedule.cpp b/llvm/lib/CodeGen/ModuloSchedule.cpp index f028f01..0f742c4 100644 --- a/llvm/lib/CodeGen/ModuloSchedule.cpp +++ b/llvm/lib/CodeGen/ModuloSchedule.cpp @@ -887,7 +887,6 @@ void ModuloScheduleExpander::addBranches(MachineBasicBlock &PreheaderBB, // Start from the blocks connected to the kernel and work "out" // to the first prolog and the last epilog blocks. - SmallVector<MachineInstr *, 4> PrevInsts; unsigned MaxIter = PrologBBs.size() - 1; for (unsigned i = 0, j = MaxIter; i <= MaxIter; ++i, --j) { // Add branches to the prolog that go to the corresponding @@ -2590,7 +2589,6 @@ void ModuloScheduleExpanderMVE::generateKernel( SmallVector<ValueMapTy> PhiVRMap; PhiVRMap.resize(NumUnroll); DenseMap<MachineInstr *, std::pair<int, int>> NewMIMap; - DenseMap<MachineInstr *, MachineInstr *> MIMapLastStage0; for (int UnrollNum = 0; UnrollNum < NumUnroll; ++UnrollNum) { for (MachineInstr *MI : Schedule.getInstructions()) { if (MI->isPHI()) |