[PATCH 2/2] R600: initial scheduler code
Andrew Trick
atrick at apple.com
Tue Feb 12 12:11:49 PST 2013
On Feb 11, 2013, at 10:39 AM, Vincent Lejeune <vljn at ovi.com> wrote:
> + // Using LiveInterval should make things a lot more efficient, but we
> + // can't access them inside a MachineSchedStrategy.
> + // Scheduling occurs on a per MBB basis, so it is sufficient to get deps
> + // inside a MBB.
FYI: LIS are available in MachineSchedContext which should be passed to the strategy.
-Andy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130212/16284df8/attachment.html>
More information about the llvm-commits
mailing list