Displaying 4 results from an estimated 4 matches for "gendfapacket".
2012 Jun 12
2
[LLVMdev] DFAPacketizer with StateTrans != 0 Assertion
Hi,
I'm trying to get the DFAPacketizer to work for my target but with any
instruction I get the
'Assertion `CachedTable.count(StateTrans) != 0' failed' error and it crashes
out before packeting a single instruction.
I have a *GenDFAPacketizer.inc file and my packetizer pass checks that the
table is not empty before proceeding. I also have a schedule file with my
functional units and itineraries listed. Can anyone think of what I may have
missed to cause this error?
Cheers,
sam
--
View this message in context: http://llvm.1065342.n...
2012 Jun 12
3
[LLVMdev] DFAPacketizer with StateTrans != 0 Assertion
...that reserveResources() should be called iff canReserveResources()
> is true (the call order is important here) even for the trivial case (0
> instructions in the packet). See VLIWPacketizerList as an example on how
> to use the API's.
>
> Ivan
>
> >
> > I have a *GenDFAPacketizer.inc file and my packetizer pass checks
> that the
> > table is not empty before proceeding. I also have a schedule file
> with my
> > functional units and itineraries listed. Can anyone think of what I
> may have
> > missed to cause this error?
> >
> >...
2012 Jun 12
0
[LLVMdev] DFAPacketizer with StateTrans != 0 Assertion
...esource without verification?
Note that reserveResources() should be called iff canReserveResources()
is true (the call order is important here) even for the trivial case (0
instructions in the packet). See VLIWPacketizerList as an example on how
to use the API's.
Ivan
>
> I have a *GenDFAPacketizer.inc file and my packetizer pass checks that the
> table is not empty before proceeding. I also have a schedule file with my
> functional units and itineraries listed. Can anyone think of what I may have
> missed to cause this error?
>
> Cheers,
> sam
>
> --
> View thi...
2012 Jun 12
0
[LLVMdev] DFAPacketizer with StateTrans != 0 Assertion
...be called iff canReserveResources()
>> is true (the call order is important here) even for the trivial case (0
>> instructions in the packet). See VLIWPacketizerList as an example on how
>> to use the API's.
>>
>> Ivan
>>
>> >
>> > I have a *GenDFAPacketizer.inc file and my packetizer pass checks
>> that the
>> > table is not empty before proceeding. I also have a schedule file
>> with my
>> > functional units and itineraries listed. Can anyone think of what I
>> may have
>> > missed to cause this err...