[PATCH] D108701: [X86][SchedModel] Fix latency of the Hi register write of MULX (PR51495).
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 25 07:56:29 PDT 2021
RKSimon accepted this revision.
RKSimon added a comment.
LGTM with one minor
================
Comment at: llvm/lib/Target/X86/X86SchedBroadwell.td:162
+ let Latency = !add(BWWriteIMulH.Latency, BroadwellModel.LoadLatency);
+}
+
----------------
please can you move this back up - I'm trying to reduce the diffs between this + haswell at the moment
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108701/new/
https://reviews.llvm.org/D108701
More information about the llvm-commits
mailing list