[PATCH] D154488: [PowerPC] Define SchedModel for Power8

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 00:04:38 PDT 2023


shchenz accepted this revision as: shchenz.
shchenz added a comment.
This revision is now accepted and ready to land.

LGTM. Thanks very much again for the very big effort.



================
Comment at: llvm/lib/Target/PowerPC/PPCScheduleP8.td:144
+
+  // Instructions of CR pipeline
+
----------------
I really like the idea about group the instructions by the pipeline. It will be much easier for later change for this model.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154488



More information about the llvm-commits mailing list