[llvm] r209386 - Override runOnMachineFunction for ARMISelDAGToDAG so that we can

Andrew Trick atrick at apple.com
Fri May 23 21:10:46 PDT 2014


On May 23, 2014, at 9:32 AM, Eric Christopher <echristo at gmail.com> wrote:

> TargetLoweringObjectFile), TargetRegisterInfo, the scheduling
> information (we should really make that a container),

TargetSchedModel is meant to be initialized by any pass that needs it at the start of the pass. It is initialized from the subtarget’s MCSchedModel (static tables). Since it doesn’t have any state of its own, it doesn’t need to be a container.

-Andy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140523/09c71924/attachment.html>


More information about the llvm-commits mailing list