Displaying 2 results from an estimated 2 matches for "491d5fc2".
2015 Nov 16
2
DFAPacketizer assert failure
For some reason on my VLIW target DFAPacketizer fails at
assert(CachedTable.count(StateTrans) != 0);
in the following function:
// reserveResources - Reserve the resources occupied by a MCInstrDesc and
// change the current state to reflect that change.
void DFAPacketizer::reserveResources(const llvm::MCInstrDesc *MID) {
unsigned InsnClass = MID->getSchedClass();
const llvm::InstrStage
2015 Nov 16
3
DFAPacketizer assert failure
.... My scheduler description is the same as for
Hexagon or R600. So why would DFA would look any different for my target?
What could be the problem?
--
R
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151116/491d5fc2/attachment.html>