[llvm] [TableGen][SchedMachineModel] Improve way to create WriteLatencyTable. (PR #86654)

via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 26 05:12:33 PDT 2024


lcvon007 wrote:

In TargetSchedModel::computeOperandLatency will use the WriteResourceID in LatencyTable, and it doesn't affect the logic when calling STI->getReadAdvanceCycles(UseDesc, UseIdx, WriteID) after change.

https://github.com/llvm/llvm-project/pull/86654


More information about the llvm-commits mailing list