search for: 3f036ae4

Displaying 2 results from an estimated 2 matches for "3f036ae4".

2012 May 09
0
[LLVMdev] [RFC] Scheduler Rework
...people to give me interesting bits of code with performance issues that can work as test cases. That's hard if I can't run your target. -Andy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120508/3f036ae4/attachment.html>
2012 Apr 24
2
[LLVMdev] [RFC] Scheduler Rework
Andrew Trick <atrick at apple.com> writes: > We plan to move to the MachineScheduler by 3.2. The structure is: How hard will this be to backport to 3.1? Has woprk on this started yet? > ScheduleDAG: Abstract DAG of SUnits and SDeps > | > v > ScheduleDAGInstrs: Build the DAG from MachineInstrs, each SUnit tied to an MI > Delimit the current