Displaying 3 results from an estimated 3 matches for "hazardnod".
Did you mean:
hazardnode
2013 Feb 21
2
[LLVMdev] hazard scheduling nodes
...get weird errors, so I wonder what I am doing wrong?
What I am doing right now is:
I have a created MI with opcode HAZARD that does not have parent, and I greate a SUnit(HazardMI). I use this one HazardMI for all hazard nodes.
I remove all edges using removePred.
I insert edges between Node -> hazardNode -> pred.
What is there to think about in this approach? I must be missing some detail...
Any help is appreciated,
Jonas Paulsson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130221/7c6b544b/attachm...
2013 Mar 09
0
[LLVMdev] hazard scheduling nodes
...at I am doing wrong?
>
> What I am doing right now is:
>
> I have a created MI with opcode HAZARD that does not have parent, and I greate a SUnit(HazardMI). I use this one HazardMI for all hazard nodes.
> I remove all edges using removePred.
> I insert edges between Node -> hazardNode -> pred.
>
> What is there to think about in this approach? I must be missing some detail…
>
> Any help is appreciated,
>
> Jonas Paulsson
Jonas, I'm sorry I forgot to respond to this. Hopefully you figured out how to debug it. I'm not sure if you're using t...
2013 Mar 12
1
[LLVMdev] hazard scheduling nodes
...get weird errors, so I wonder what I am doing wrong?
What I am doing right now is:
I have a created MI with opcode HAZARD that does not have parent, and I greate a SUnit(HazardMI). I use this one HazardMI for all hazard nodes.
I remove all edges using removePred.
I insert edges between Node -> hazardNode -> pred.
What is there to think about in this approach? I must be missing some detail...
Any help is appreciated,
Jonas Paulsson
Jonas, I'm sorry I forgot to respond to this. Hopefully you figured out how to debug it. I'm not sure if you're using the MachineScheduler pass or Pos...