Displaying 2 results from an estimated 2 matches for "97c8f6ca".
2011 Oct 25
0
[LLVMdev] VLIW Ports
It seems to me that the concept of insn bundles or packets is needed
with different characteristics, depending where it's used.
At early scheduling, when there may be no MachineInstruction objects
yet, the data structure or annotation that's needed may be quite
different from that needed at or near code generation and emission. I
think that what Sergei is talking about fits well with
2011 Oct 25
2
[LLVMdev] VLIW Ports
Carlos,
Absolutely. And an addition to live range detection needs to be made aware of the global cycle... and it needs to be done regardless of representation methodology. Same for any pass that would care for packets. The important observation here IMHO is that "packetization" at early stage (before RA) is tentative, and RA can change the landscape, which must be somewhat finalized