<div dir="ltr"><div>Hi, <br></div><div><br></div><div>I am interesting about pre-RA-scheduler pass of llc. I have seen that I this flags has different instruction schedulers availables: <br></div><div><br></div><div>--pre-RA-sched=<value>                                          - Instruction schedulers available (before register allocation):<br>    =list-ilp                                                     -   Bottom-up register pressure aware list scheduling which tries to balance ILP and register pressure<br>    =list-hybrid                                                  -   Bottom-up register pressure aware list scheduling which tries to balance latency and register pressure</div><div><br></div><div>I need to find documentation on how the details of the implementations of these schedulers are, some examples of code with the transformations that they execute, etc. <br></div><div><br></div><div>I checked the files of LLVM that implements this passes, but I didn't find information. <br></div><div><br></div><div>Somebody can help me?</div><div><br></div><div>Thanks you!<br></div></div>