[llvm] r209386 - Override runOnMachineFunction for ARMISelDAGToDAG so that we can
Eric Christopher
echristo at gmail.com
Fri May 23 21:11:45 PDT 2014
Yeah, I just meant so the actual members weren't spread all over
TargetMachine. Nothing major.
On May 23, 2014 9:10 PM, "Andrew Trick" <atrick at apple.com> wrote:
>
> 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/01af4e36/attachment.html>
More information about the llvm-commits
mailing list