[PATCH] D133572: [MachinePipeliner] Fix the interpretation of the scheduling model

Yuta Mukai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 13 23:08:15 PDT 2022


ytmukai marked an inline comment as done.
ytmukai added a comment.

By refactoring, the modifications to resolve variant scheduling classes could be made naturally. `calculateResMIIDFA()` is not modified yet, but the only user of the function, Hexagon, has empty `resolveSchedClass()`, so it should not be a problem for the time being.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133572/new/

https://reviews.llvm.org/D133572



More information about the llvm-commits mailing list