Details
- Reviewers
• jnspaulsson jonpa
Diff Detail
Event Timeline
With inspiration from your reply, perhaps begin with something like:
The MCSchedModel (in contrast to InstrItineraries) is an abstract machine used for modeling predictable physical machine features. It is built around the notion...
I think this is a very important point.
include/llvm/MC/MCSchedule.h | ||
---|---|---|
203 | Maybe remove this now? | |
212 | "to model to" -> "to model" | |
213 | What happens if there is no bottleneck after decoder - IssueWidth then is typically the decoder capacity? |
Landed here
Author: atrick <atrick@91177308-0d34-0410-b5e6-96231b3b80d8>
Date: Fri May 18 08:57:54 2018
MCSchedModel: Add comments to IssueWidth. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332729 91177308-0d34-0410-b5e6-96231b3b80d8
And I forgot to put a "Differential Revision" tag in the commit. I'll close this manually.
Maybe remove this now?