search for: regallociterativescan

Displaying 4 results from an estimated 4 matches for "regallociterativescan".

2004 Aug 27
0
[LLVMdev] Register allocator assert
...nIndex(MachineInstr* instr) const { > Mi2IndexMap::const_iterator it = mi2iMap_.find(instr); > assert(it != mi2iMap_.end() && "Invalid instruction!"); > return it->second; > } Hello Vladimir, Can you checkout the latest RegAllocLinearScan and RegAllocIterativeScan versions and retry? I've checked a fix for something I commited last night which was giving me the same assertion failure. Thank you, -- Alkis
2004 Aug 27
2
[LLVMdev] Register allocator assert
Hello, I'm getting an assertion in register allocator, specifically in LiveIntervalAnalysis.h, method LiveIntervals::getInstructionIndex: unsigned getInstructionIndex(MachineInstr* instr) const { Mi2IndexMap::const_iterator it = mi2iMap_.find(instr); assert(it != mi2iMap_.end() && "Invalid instruction!"); return it->second; } The crash happens
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...elativePath="..\..\lib\CodeGen\PHIElimination.cpp"> > > </File> > > <File > > RelativePath="..\..\lib\CodeGen\PrologEpilogInserter.cpp"> > > </File> > > <File > > RelativePath="..\..\lib\CodeGen\RegAllocIterativeScan.cpp"> > > </File> > > <File > > RelativePath="..\..\lib\CodeGen\RegAllocLinearScan.cpp"> > > </File> > > <File > > RelativePath="..\..\lib\CodeGen\RegAllocLocal.cpp"> > > </File&g...
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...t; > <File > RelativePath="..\..\lib\CodeGen\PHIElimination.cpp"> > </File> > <File > RelativePath="..\..\lib\CodeGen\PrologEpilogInserter.cpp"> > </File> > <File > RelativePath="..\..\lib\CodeGen\RegAllocIterativeScan.cpp"> > </File> > <File > RelativePath="..\..\lib\CodeGen\RegAllocLinearScan.cpp"> > </File> > <File > RelativePath="..\..\lib\CodeGen\RegAllocLocal.cpp"> > </File> > <File > Relati...