[PATCH] D146855: [RISCV] Remove UpperBound from SchedMxList and create WorstCaseBehavior records. NFC
Wang Pengcheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 26 20:02:29 PDT 2023
pcwang-thead added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVScheduleV.td:67
+// a record that represents the WorseCase behavior for name.
multiclass LMULSEWSchedWritesImpl<string name, list<string> MxList> {
+ def name # "_WorstCase" : SchedWrite;
----------------
pcwang-thead wrote:
> These `LMULSEW` classes don't exist in upstream. Do you forget to merge them into upstream?
Oops. Ignore me, I just found that I haven't pulled upstream for a long time.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146855/new/
https://reviews.llvm.org/D146855
More information about the llvm-commits
mailing list