This model should now cover every single instruction.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 16818 Build 16818: arc lint + arc unit
Event Timeline
Comment Actions
This looks fine, regarding the instructions introduced instead of their matching itinerary classes.
There are messages in the form of "error:'MipsGenericModel' lacks information for '...'" though, as you mentioned in D45245.
The instructions reported seem to be entirely pseudo instructions.
Do those need to be included as well, perhaps marked with 'hasNoSchedulingInfo = 1' or is there an another way to deal with them?