[PATCH] D45364: [mips] Update the generic model not to use instruction itineraries

Stefan Maksimovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 18 05:47:15 PDT 2018


smaksimovic added a comment.

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 https://reviews.llvm.org/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?


Repository:
  rL LLVM

https://reviews.llvm.org/D45364





More information about the llvm-commits mailing list