[llvm-dev] Is there a way to convert between SchedMachineModel and Itineraries?

Rail Shafigulin via llvm-dev llvm-dev at lists.llvm.org
Mon Nov 9 08:09:07 PST 2015


Anybody? Does anyone at all know how to do it?

On Friday, November 6, 2015, Rail Shafigulin <rail at esenciatech.com> wrote:

> Is there a way to convert between SchedMachineModel and Itineraries?
>
> I was trying to write a very simple VLIW packetizer (Hexagon was my
> starting point). It turns out that current DFAPacketizer is using
> itineraries, but my schedule is based on SchedMachineModel (I was
> recommended to use it since the itineraries are being phased out). I was
> wondering if there is an automated tool that would convert from
> SchedMcahineModel to Itinerary based mode? As far as I understand they both
> convey the same information so there should be a way to convert between
> them.
>


-- 
Rail Shafigulin
Software Engineer
Esencia Technologies
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151109/53fae165/attachment.html>


More information about the llvm-dev mailing list