[PATCH] D150310: [TableGen][SubtargetEmitter] Add the StartAtCycles field in the WriteRes class.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 12 07:26:49 PDT 2023
RKSimon added inline comments.
================
Comment at: llvm/utils/TableGen/SubtargetEmitter.cpp:1216
+ // 2. thinking how to merge multiple intervals into a
+ // single interval.
+ assert(WPREntry.StartAtCycle == 0
----------------
Comment indentation looks wrong?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150310/new/
https://reviews.llvm.org/D150310
More information about the llvm-commits
mailing list